#FCA6E1

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

Shades of Lavender Rose #FCA6E1

Tints of Lavender Rose #FCA6E1

Color information

#FCA6E1 (or 0xFCA6E1) is unknown color: approx Lavender Rose. HEX triplet: FC, A6 and E1. RGB value is (252,166,225). Sum of RGB (Red+Green+Blue) = 252+166+225=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 166 (65.23% from 255 or 25.82% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6E1 is #03591E. Grayscale: #C6C6C6. Windows color (decimal): -219423 or 14788348. OLE color: 14788348.

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

Color convert

RGB252166225-
CMYK00.340.110.01
HSL318.84º93.48%81.96%-
HSV(B)318.84º34.13%98.82%-
XYZ67.3753.477.99-
YUV198.44142.99166.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 166 (65.23% from 255) = 25.82%
BLUE value IS 225 (88.28% from 255) = 34.99%
R=39.19%
G=25.82%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216622500.340.110.01318.8493.4881.96
HexFCA6E1022B113f5d52
Octal374246341042131477135122
Binary11111100101001101110000101000101011110011111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6E1; }

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

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

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

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

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

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

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

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