#FCADFB

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

Shades of Lavender Rose #FCADFB

Tints of Lavender Rose #FCADFB

Color information

#FCADFB (or 0xFCADFB) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and FB. RGB value is (252,173,251). Sum of RGB (Red+Green+Blue) = 252+173+251=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 173 (67.97% from 255 or 25.59% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADFB is #035204. Grayscale: #CDCDCD. Windows color (decimal): -217605 or 16494076. OLE color: 16494076.

HSL color Cylindrical-coordinate representation of color #FCADFB: hue angle of 300.76º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADFB is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB252173251-
CMYK00.310.000.01
HSL300.76º92.94%83.33%-
HSV(B)300.76º31.35%98.82%-
XYZ72.557.5598.55-
YUV205.51153.67161.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 173 (67.97% from 255) = 25.59%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=37.28%
G=25.59%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217325100.310.000.01300.7692.9483.33
HexFCADFB01F0112d5d53
Octal37425537303701455135123
Binary1111110010101101111110110111110110010110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADFB; }

 p { color: rgb(252,173,251); }

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

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

 a { background-color: rgb(252,173,251); }

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

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

 span { border-color: rgb(252,173,251); }

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