#FCADEA

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

Shades of Lavender Rose #FCADEA

Tints of Lavender Rose #FCADEA

Color information

#FCADEA (or 0xFCADEA) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and EA. RGB value is (252,173,234). Sum of RGB (Red+Green+Blue) = 252+173+234=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADEA is #035215. Grayscale: #CBCBCB. Windows color (decimal): -217622 or 15379964. OLE color: 15379964.

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

Color convert

RGB252173234-
CMYK00.310.070.01
HSL313.67º92.94%83.33%-
HSV(B)313.67º31.35%98.82%-
XYZ69.9456.5285.07-
YUV203.58145.17162.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 173 (67.97% from 255) = 26.25%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=38.24%
G=26.25%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217323400.310.070.01313.6792.9483.33
HexFCADEA01F7113a5d53
Octal37425535203771472135123
Binary111111001010110111101010011111111110011101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADEA; }

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

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

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

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

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

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

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

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