#FCAAFE

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

Shades of Lavender Rose #FCAAFE

Tints of Lavender Rose #FCAAFE

Color information

#FCAAFE (or 0xFCAAFE) is unknown color: approx Lavender Rose. HEX triplet: FC, AA and FE. RGB value is (252,170,254). Sum of RGB (Red+Green+Blue) = 252+170+254=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 170 (66.80% from 255 or 25.15% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAFE is #035501. Grayscale: #CBCBCB. Windows color (decimal): -218370 or 16689916. OLE color: 16689916.

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

Color convert

RGB252170254-
CMYK0.010.3300.00
HSL298.57º97.67%83.14%-
HSV(B)298.57º33.07%99.61%-
XYZ72.4156.6100.87-
YUV204.09156.17162.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 170 (66.80% from 255) = 25.15%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=37.28%
G=25.15%
B=37.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521702540.010.3300.00298.5797.6783.14
HexFCAAFE1210012b6253
Octal37425237614100453142123
Binary11111100101010101111111011000010010010101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAFE; }

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

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

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

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

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

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

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

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