#FCADF6

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

Shades of Lavender Rose #FCADF6

Tints of Lavender Rose #FCADF6

Color information

#FCADF6 (or 0xFCADF6) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and F6. RGB value is (252,173,246). Sum of RGB (Red+Green+Blue) = 252+173+246=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 173 (67.97% from 255 or 25.78% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADF6 is #035209. Grayscale: #CCCCCC. Windows color (decimal): -217610 or 16166396. OLE color: 16166396.

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

Color convert

RGB252173246-
CMYK00.310.020.01
HSL304.56º92.94%83.33%-
HSV(B)304.56º31.35%98.82%-
XYZ71.7257.2494.46-
YUV204.94151.17161.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 173 (67.97% from 255) = 25.78%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=37.56%
G=25.78%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217324600.310.020.01304.5692.9483.33
HexFCADF601F211315d53
Octal37425536603721461135123
Binary11111100101011011111011001111110110011000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADF6; }

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

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

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

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

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

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

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

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