#FCA0DA

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

Shades of Lavender Rose #FCA0DA

Tints of Lavender Rose #FCA0DA

Color information

#FCA0DA (or 0xFCA0DA) is unknown color: approx Lavender Rose. HEX triplet: FC, A0 and DA. RGB value is (252,160,218). Sum of RGB (Red+Green+Blue) = 252+160+218=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0DA is #035F25. Grayscale: #C1C1C1. Windows color (decimal): -220966 or 14328060. OLE color: 14328060.

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

Color convert

RGB252160218-
CMYK00.370.130.01
HSL322.17º93.88%80.78%-
HSV(B)322.17º36.51%98.82%-
XYZ65.3750.972.71-
YUV194.12141.48169.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 160 (62.89% from 255) = 25.40%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=40%
G=25.40%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216021800.370.130.01322.1793.8880.78
HexFCA0DA025D11425e51
Octal374240332045151502136121
Binary11111100101000001101101001001011101110100001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0DA; }

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

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

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

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

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

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

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

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