#FCA9F6

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

Shades of Lavender Rose #FCA9F6

Tints of Lavender Rose #FCA9F6

Color information

#FCA9F6 (or 0xFCA9F6) is unknown color: approx Lavender Rose. HEX triplet: FC, A9 and F6. RGB value is (252,169,246). Sum of RGB (Red+Green+Blue) = 252+169+246=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 169 (66.41% from 255 or 25.34% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA9F6 is #035609. Grayscale: #CACACA. Windows color (decimal): -218634 or 16165372. OLE color: 16165372.

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

Color convert

RGB252169246-
CMYK00.330.020.01
HSL304.34º93.26%82.55%-
HSV(B)304.34º32.94%98.82%-
XYZ70.9755.7394.2-
YUV202.6152.5163.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 169 (66.41% from 255) = 25.34%
BLUE value IS 246 (96.48% from 255) = 36.88%
R=37.78%
G=25.34%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216924600.330.020.01304.3493.2682.55
HexFCA9F6021211305d53
Octal37425136604121460135123
Binary111111001010100111110110010000110110011000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9F6; }

 p { color: rgb(252,169,246); }

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

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

 a { background-color: rgb(252,169,246); }

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

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

 span { border-color: rgb(252,169,246); }

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