#FCADF0

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

Shades of Lavender Rose #FCADF0

Tints of Lavender Rose #FCADF0

Color information

#FCADF0 (or 0xFCADF0) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and F0. RGB value is (252,173,240). Sum of RGB (Red+Green+Blue) = 252+173+240=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADF0 is #03520F. Grayscale: #CCCCCC. Windows color (decimal): -217616 or 15773180. OLE color: 15773180.

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

Color convert

RGB252173240-
CMYK00.310.050.01
HSL309.11º92.94%83.33%-
HSV(B)309.11º31.35%98.82%-
XYZ70.8256.8789.68-
YUV204.26148.17162.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 173 (67.97% from 255) = 26.02%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=37.89%
G=26.02%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217324000.310.050.01309.1192.9483.33
HexFCADF001F511355d53
Octal37425536003751465135123
Binary111111001010110111110000011111101110011010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADF0; }

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

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

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

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

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

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

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

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