#FCA6DF

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

Shades of Lavender Rose #FCA6DF

Tints of Lavender Rose #FCA6DF

Color information

#FCA6DF (or 0xFCA6DF) is unknown color: approx Lavender Rose. HEX triplet: FC, A6 and DF. RGB value is (252,166,223). Sum of RGB (Red+Green+Blue) = 252+166+223=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6DF is #035920. Grayscale: #C6C6C6. Windows color (decimal): -219425 or 14657276. OLE color: 14657276.

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

Color convert

RGB252166223-
CMYK00.340.120.01
HSL320.23º93.48%81.96%-
HSV(B)320.23º34.13%98.82%-
XYZ67.153.376.56-
YUV198.21141.99166.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 166 (65.23% from 255) = 25.90%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=39.31%
G=25.90%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216622300.340.120.01320.2393.4881.96
HexFCA6DF022C11405d52
Octal374246337042141500135122
Binary11111100101001101101111101000101100110100000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6DF; }

 p { color: rgb(252,166,223); }

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

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

 a { background-color: rgb(252,166,223); }

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

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

 span { border-color: rgb(252,166,223); }

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