#FCADEC

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

Shades of Lavender Rose #FCADEC

Tints of Lavender Rose #FCADEC

Color information

#FCADEC (or 0xFCADEC) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and EC. RGB value is (252,173,236). Sum of RGB (Red+Green+Blue) = 252+173+236=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADEC is #035213. Grayscale: #CBCBCB. Windows color (decimal): -217620 or 15511036. OLE color: 15511036.

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

Color convert

RGB252173236-
CMYK00.310.060.01
HSL312.15º92.94%83.33%-
HSV(B)312.15º31.35%98.82%-
XYZ70.2356.6486.59-
YUV203.8146.17162.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 173 (67.97% from 255) = 26.17%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=38.12%
G=26.17%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217323600.310.060.01312.1592.9483.33
HexFCADEC01F611385d53
Octal37425535403761470135123
Binary111111001010110111101100011111110110011100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADEC; }

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

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

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

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

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

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

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

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