#FBACDE

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

Shades of Lavender Rose #FBACDE

Tints of Lavender Rose #FBACDE

Color information

#FBACDE (or 0xFBACDE) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and DE. RGB value is (251,172,222). Sum of RGB (Red+Green+Blue) = 251+172+222=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACDE is #045321. Grayscale: #C9C9C9. Windows color (decimal): -283426 or 14593275. OLE color: 14593275.

HSL color Cylindrical-coordinate representation of color #FBACDE: hue angle of 322.03º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACDE is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251172222-
CMYK00.310.120.02
HSL322.03º90.8%82.94%-
HSV(B)322.03º31.47%98.43%-
XYZ67.7255.2976.21-
YUV201.32139.67163.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 172 (67.58% from 255) = 26.67%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=38.91%
G=26.67%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117222200.310.120.02322.0390.882.94
HexFBACDE01FC21425b53
Octal373254336037142502133123
Binary11111011101011001101111001111111001010100001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACDE; }

 p { color: rgb(251,172,222); }

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

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

 a { background-color: rgb(251,172,222); }

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

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

 span { border-color: rgb(251,172,222); }

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