#FCA6F8

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

Shades of Lavender Rose #FCA6F8

Tints of Lavender Rose #FCA6F8

Color information

#FCA6F8 (or 0xFCA6F8) is unknown color: approx Lavender Rose. HEX triplet: FC, A6 and F8. RGB value is (252,166,248). Sum of RGB (Red+Green+Blue) = 252+166+248=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 166 (65.23% from 255 or 24.92% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA6F8 is #035907. Grayscale: #C8C8C8. Windows color (decimal): -219400 or 16295676. OLE color: 16295676.

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

Color convert

RGB252166248-
CMYK00.340.020.01
HSL302.79º93.48%81.96%-
HSV(B)302.79º34.13%98.82%-
XYZ70.7254.7595.65-
YUV201.06154.49164.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 166 (65.23% from 255) = 24.92%
BLUE value IS 248 (97.27% from 255) = 37.24%
R=37.84%
G=24.92%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216624800.340.020.01302.7993.4881.96
HexFCA6F80222112f5d52
Octal37424637004221457135122
Binary111111001010011011111000010001010110010111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6F8; }

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

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

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

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

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

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

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

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