#FCA6EE

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

Shades of Lavender Rose #FCA6EE

Tints of Lavender Rose #FCA6EE

Color information

#FCA6EE (or 0xFCA6EE) is unknown color: approx Lavender Rose. HEX triplet: FC, A6 and EE. RGB value is (252,166,238). Sum of RGB (Red+Green+Blue) = 252+166+238=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 166 (65.23% from 255 or 25.30% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA6EE is #035911. Grayscale: #C7C7C7. Windows color (decimal): -219410 or 15640316. OLE color: 15640316.

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

Color convert

RGB252166238-
CMYK00.340.060.01
HSL309.77º93.48%81.96%-
HSV(B)309.77º34.13%98.82%-
XYZ69.2154.1487.69-
YUV199.92149.49165.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 166 (65.23% from 255) = 25.30%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=38.41%
G=25.30%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216623800.340.060.01309.7793.4881.96
HexFCA6EE022611365d52
Octal37424635604261466135122
Binary1111110010100110111011100100010110110011011010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6EE; }

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

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

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

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

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

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

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

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