#FBACDF

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

Shades of Lavender Rose #FBACDF

Tints of Lavender Rose #FBACDF

Color information

#FBACDF (or 0xFBACDF) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and DF. RGB value is (251,172,223). Sum of RGB (Red+Green+Blue) = 251+172+223=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACDF is #045320. Grayscale: #C9C9C9. Windows color (decimal): -283425 or 14658811. OLE color: 14658811.

HSL color Cylindrical-coordinate representation of color #FBACDF: hue angle of 321.27º 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 #FBACDF is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251172223-
CMYK00.310.110.02
HSL321.27º90.8%82.94%-
HSV(B)321.27º31.47%98.43%-
XYZ67.8655.3476.92-
YUV201.43140.17163.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 172 (67.58% from 255) = 26.63%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=38.85%
G=26.63%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117222300.310.110.02321.2790.882.94
HexFBACDF01FB21415b53
Octal373254337037132501133123
Binary11111011101011001101111101111110111010100000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACDF; }

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

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

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

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

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

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

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

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