#FCAAF5

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

Shades of Lavender Rose #FCAAF5

Tints of Lavender Rose #FCAAF5

Color information

#FCAAF5 (or 0xFCAAF5) is unknown color: approx Lavender Rose. HEX triplet: FC, AA and F5. RGB value is (252,170,245). Sum of RGB (Red+Green+Blue) = 252+170+245=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 170 (66.80% from 255 or 25.49% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAF5 is #03550A. Grayscale: #CACACA. Windows color (decimal): -218379 or 16100092. OLE color: 16100092.

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

Color convert

RGB252170245-
CMYK00.330.030.01
HSL305.12º93.18%82.75%-
HSV(B)305.12º32.54%98.82%-
XYZ7156.0493.46-
YUV203.07151.67162.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 170 (66.80% from 255) = 25.49%
BLUE value IS 245 (96.09% from 255) = 36.73%
R=37.78%
G=25.49%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217024500.330.030.01305.1293.1882.75
HexFCAAF5021311315d53
Octal37425236504131461135123
Binary111111001010101011110101010000111110011000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAF5; }

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

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

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

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

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

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

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

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