#FCA0DE

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

Shades of Lavender Rose #FCA0DE

Tints of Lavender Rose #FCA0DE

Color information

#FCA0DE (or 0xFCA0DE) is unknown color: approx Lavender Rose. HEX triplet: FC, A0 and DE. RGB value is (252,160,222). Sum of RGB (Red+Green+Blue) = 252+160+222=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0DE is #035F21. Grayscale: #C2C2C2. Windows color (decimal): -220962 or 14590204. OLE color: 14590204.

HSL color Cylindrical-coordinate representation of color #FCA0DE: hue angle of 319.57º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0DE is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252160222-
CMYK00.370.120.01
HSL319.57º93.88%80.78%-
HSV(B)319.57º36.51%98.82%-
XYZ65.951.1175.5-
YUV194.58143.48168.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 160 (62.89% from 255) = 25.24%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=39.75%
G=25.24%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216022200.370.120.01319.5793.8880.78
HexFCA0DE025C11405e51
Octal374240336045141500136121
Binary11111100101000001101111001001011100110100000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0DE; }

 p { color: rgb(252,160,222); }

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

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

 a { background-color: rgb(252,160,222); }

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

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

 span { border-color: rgb(252,160,222); }

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