#F5B0DE

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

Shades of Lavender Rose #F5B0DE

Tints of Lavender Rose #F5B0DE

Color information

#F5B0DE (or 0xF5B0DE) is unknown color: approx Lavender Rose. HEX triplet: F5, B0 and DE. RGB value is (245,176,222). Sum of RGB (Red+Green+Blue) = 245+176+222=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B0DE is #0A4F21. Grayscale: #C9C9C9. Windows color (decimal): -675618 or 14594293. OLE color: 14594293.

HSL color Cylindrical-coordinate representation of color #F5B0DE: hue angle of 320º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B0DE is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245176222-
CMYK00.280.090.04
HSL320º77.53%82.55%-
HSV(B)320º28.16%96.08%-
XYZ66.3755.7476.37-
YUV201.88139.36158.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.10%
GREEN value IS 176 (69.14% from 255) = 27.37%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=38.10%
G=27.37%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517622200.280.090.0432077.5382.55
HexF5B0DE01C941404e53
Octal365260336034114500116123
Binary111101011011000011011110011100100110010100000010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B0DE; }

 p { color: rgb(245,176,222); }

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

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

 a { background-color: rgb(245,176,222); }

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

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

 span { border-color: rgb(245,176,222); }

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