#FCAFFC

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

Shades of Lavender Rose #FCAFFC

Tints of Lavender Rose #FCAFFC

Color information

#FCAFFC (or 0xFCAFFC) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and FC. RGB value is (252,175,252). Sum of RGB (Red+Green+Blue) = 252+175+252=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 175 (68.75% from 255 or 25.77% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCAFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFFC is #035003. Grayscale: #CECECE. Windows color (decimal): -217092 or 16560124. OLE color: 16560124.

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

Color convert

RGB252175252-
CMYK00.3100.01
HSL300º92.77%83.73%-
HSV(B)300º30.56%98.82%-
XYZ73.0558.3899.51-
YUV206.8153.51160.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 175 (68.75% from 255) = 25.77%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=37.11%
G=25.77%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217525200.3100.0130092.7783.73
HexFCAFFC01F0112c5d54
Octal37425737403701454135124
Binary1111110010101111111111000111110110010110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFFC; }

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

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

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

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

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

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

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

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