#FCA1D7

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

Shades of Lavender Rose #FCA1D7

Tints of Lavender Rose #FCA1D7

Color information

#FCA1D7 (or 0xFCA1D7) is unknown color: approx Lavender Rose. HEX triplet: FC, A1 and D7. RGB value is (252,161,215). Sum of RGB (Red+Green+Blue) = 252+161+215=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1D7 is #035E28. Grayscale: #C2C2C2. Windows color (decimal): -220713 or 14131708. OLE color: 14131708.

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

Color convert

RGB252161215-
CMYK00.360.150.01
HSL324.4º93.81%80.98%-
HSV(B)324.4º36.11%98.82%-
XYZ65.1651.0970.72-
YUV194.36139.65169.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 161 (63.28% from 255) = 25.64%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=40.13%
G=25.64%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216121500.360.150.01324.493.8180.98
HexFCA1D7024F11445e51
Octal374241327044171504136121
Binary11111100101000011101011101001001111110100010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1D7; }

 p { color: rgb(252,161,215); }

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

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

 a { background-color: rgb(252,161,215); }

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

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

 span { border-color: rgb(252,161,215); }

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