#f5b8e1

Color #F5B8E1 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F5B8E1

Tints of Lavender Rose #F5B8E1

Color information

#F5B8E1 (or 0xF5B8E1) is unknown color: approx Lavender Rose. HEX triplet: F5, B8 and E1. RGB value is (245,184,225). Sum of RGB (Red+Green+Blue) = 245+184+225=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 184 (72.27% from 255 or 28.13% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8E1 is #0A471E. Grayscale: #CECECE. Windows color (decimal): -673567 or 14792949. OLE color: 14792949.

HSL color Cylindrical-coordinate representation of color #F5B8E1: hue angle of 319.67º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B8E1 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB245184225-
CMYK00.250.080.04
HSL319.67º75.31%84.12%-
HSV(B)319.67º24.9%96.08%-
XYZ68.3959.1379.04-
YUV206.91138.21155.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 184 (72.27% from 255) = 28.13%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=37.46%
G=28.13%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518422500.250.080.04319.6775.3184.12
HexF5B8E1019841404b54
Octal365270341031104500113124
Binary111101011011100011100001011001100010010100000010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5b8e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5b8e1; }

 p { color: rgb(245,184,225); }

 H1.HeaderClassName
 {
   color: #f5b8e1;
 }
 .AnyTagClassName
 {
   color: #f5b8e1;
 }
</style>
background-color css

<style>
 a { background-color: #f5b8e1; }

 a { background-color: rgb(245,184,225); }

 div.DivClassName
 {
   background-color: #f5b8e1;
 }
 .BgClassName
 {
   background-color: #f5b8e1;
 }
</style>
border-color css

<style>
 span { border-color: #f5b8e1; }

 span { border-color: rgb(245,184,225); }

 td.TdClassName
 {
   border-color: #f5b8e1;
 }
 .TagClassName
 {
   border-color: #f5b8e1;
 }
</style>