#FCAFFF

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

Shades of Lavender Rose #FCAFFF

Tints of Lavender Rose #FCAFFF

Color information

#FCAFFF (or 0xFCAFFF) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and FF. RGB value is (252,175,255). Sum of RGB (Red+Green+Blue) = 252+175+255=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 175 (68.75% from 255 or 25.66% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFFF is #035000. Grayscale: #CECECE. Windows color (decimal): -217089 or 16756732. OLE color: 16756732.

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

Color convert

RGB252175255-
CMYK0.010.3100
HSL297.75º100%84.31%-
HSV(B)297.75º31.37%100%-
XYZ73.5258.58102.04-
YUV207.14155.01160-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 175 (68.75% from 255) = 25.66%
BLUE value IS 255 (100% from 255) = 37.39%
R=36.95%
G=25.66%
B=37.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521752550.010.3100297.7510084.31
HexFCAFFF11F0012a6454
Octal37425737713700452144124
Binary1111110010101111111111111111110010010101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFFF; }

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

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

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

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

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

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

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

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