#FCADE2

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

Shades of Lavender Rose #FCADE2

Tints of Lavender Rose #FCADE2

Color information

#FCADE2 (or 0xFCADE2) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and E2. RGB value is (252,173,226). Sum of RGB (Red+Green+Blue) = 252+173+226=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADE2 is #03521D. Grayscale: #CACACA. Windows color (decimal): -217630 or 14855676. OLE color: 14855676.

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

Color convert

RGB252173226-
CMYK00.310.100.01
HSL319.75º92.94%83.33%-
HSV(B)319.75º31.35%98.82%-
XYZ68.8256.0779.15-
YUV202.66141.17163.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 173 (67.97% from 255) = 26.57%
BLUE value IS 226 (88.67% from 255) = 34.72%
R=38.71%
G=26.57%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217322600.310.100.01319.7592.9483.33
HexFCADE201FA11405d53
Octal374255342037121500135123
Binary1111110010101101111000100111111010110100000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADE2; }

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

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

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

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

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

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

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

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