#FCAEFB

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

Shades of Lavender Rose #FCAEFB

Tints of Lavender Rose #FCAEFB

Color information

#FCAEFB (or 0xFCAEFB) is unknown color: approx Lavender Rose. HEX triplet: FC, AE and FB. RGB value is (252,174,251). Sum of RGB (Red+Green+Blue) = 252+174+251=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 174 (68.36% from 255 or 25.70% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEFB is #035104. Grayscale: #CDCDCD. Windows color (decimal): -217349 or 16494332. OLE color: 16494332.

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

Color convert

RGB252174251-
CMYK00.310.000.01
HSL300.77º92.86%83.53%-
HSV(B)300.77º30.95%98.82%-
XYZ72.6957.9398.62-
YUV206.1153.34160.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 174 (68.36% from 255) = 25.70%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=37.22%
G=25.70%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217425100.310.000.01300.7792.8683.53
HexFCAEFB01F0112d5d54
Octal37425637303701455135124
Binary1111110010101110111110110111110110010110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEFB; }

 p { color: rgb(252,174,251); }

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

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

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

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

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

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

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