#FCAFFA

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

Shades of Lavender Rose #FCAFFA

Tints of Lavender Rose #FCAFFA

Color information

#FCAFFA (or 0xFCAFFA) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and FA. RGB value is (252,175,250). Sum of RGB (Red+Green+Blue) = 252+175+250=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 175 (68.75% from 255 or 25.85% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFFA is #035005. Grayscale: #CECECE. Windows color (decimal): -217094 or 16429052. OLE color: 16429052.

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

Color convert

RGB252175250-
CMYK00.310.010.01
HSL301.56º92.77%83.73%-
HSV(B)301.56º30.56%98.82%-
XYZ72.7358.2697.85-
YUV206.57152.51160.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 175 (68.75% from 255) = 25.85%
BLUE value IS 250 (98.05% from 255) = 36.93%
R=37.22%
G=25.85%
B=36.93%

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
Decimal25217525000.310.010.01301.5692.7783.73
HexFCAFFA01F1112e5d54
Octal37425737203711456135124
Binary1111110010101111111110100111111110010111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFFA; }

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

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

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

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

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

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

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

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