#FCAAF0

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

Shades of Lavender Rose #FCAAF0

Tints of Lavender Rose #FCAAF0

Color information

#FCAAF0 (or 0xFCAAF0) is unknown color: approx Lavender Rose. HEX triplet: FC, AA and F0. RGB value is (252,170,240). Sum of RGB (Red+Green+Blue) = 252+170+240=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 170 (66.80% from 255 or 25.68% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAF0 is #03550F. Grayscale: #CACACA. Windows color (decimal): -218384 or 15772412. OLE color: 15772412.

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

Color convert

RGB252170240-
CMYK00.330.050.01
HSL308.78º93.18%82.75%-
HSV(B)308.78º32.54%98.82%-
XYZ70.2555.7489.49-
YUV202.5149.17163.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 170 (66.80% from 255) = 25.68%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=38.07%
G=25.68%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217024000.330.050.01308.7893.1882.75
HexFCAAF0021511355d53
Octal37425236004151465135123
Binary1111110010101010111100000100001101110011010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAF0; }

 p { color: rgb(252,170,240); }

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

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

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

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

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

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

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