#FCA9F2

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

Shades of Lavender Rose #FCA9F2

Tints of Lavender Rose #FCA9F2

Color information

#FCA9F2 (or 0xFCA9F2) is unknown color: approx Lavender Rose. HEX triplet: FC, A9 and F2. RGB value is (252,169,242). Sum of RGB (Red+Green+Blue) = 252+169+242=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 169 (66.41% from 255 or 25.49% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA9F2 is #03560D. Grayscale: #C9C9C9. Windows color (decimal): -218638 or 15903228. OLE color: 15903228.

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

Color convert

RGB252169242-
CMYK00.330.040.01
HSL307.23º93.26%82.55%-
HSV(B)307.23º32.94%98.82%-
XYZ70.3655.4891.01-
YUV202.14150.5163.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.01%
GREEN value IS 169 (66.41% from 255) = 25.49%
BLUE value IS 242 (94.92% from 255) = 36.50%
R=38.01%
G=25.49%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216924200.330.040.01307.2393.2682.55
HexFCA9F2021411335d53
Octal37425136204141463135123
Binary1111110010101001111100100100001100110011001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9F2; }

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

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

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

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

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

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

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

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