#FCAFF9

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

Shades of Lavender Rose #FCAFF9

Tints of Lavender Rose #FCAFF9

Color information

#FCAFF9 (or 0xFCAFF9) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and F9. RGB value is (252,175,249). Sum of RGB (Red+Green+Blue) = 252+175+249=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 175 (68.75% from 255 or 25.89% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFF9 is #035006. Grayscale: #CECECE. Windows color (decimal): -217095 or 16363516. OLE color: 16363516.

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

Color convert

RGB252175249-
CMYK00.310.010.01
HSL302.34º92.77%83.73%-
HSV(B)302.34º30.56%98.82%-
XYZ72.5758.1997.03-
YUV206.46152.01160.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 175 (68.75% from 255) = 25.89%
BLUE value IS 249 (97.66% from 255) = 36.83%
R=37.28%
G=25.89%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217524900.310.010.01302.3492.7783.73
HexFCAFF901F1112e5d54
Octal37425737103711456135124
Binary1111110010101111111110010111111110010111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFF9; }

 p { color: rgb(252,175,249); }

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

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

 a { background-color: rgb(252,175,249); }

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

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

 span { border-color: rgb(252,175,249); }

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