#FCAEE3

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

Shades of Lavender Rose #FCAEE3

Tints of Lavender Rose #FCAEE3

Color information

#FCAEE3 (or 0xFCAEE3) is unknown color: approx Lavender Rose. HEX triplet: FC, AE and E3. RGB value is (252,174,227). Sum of RGB (Red+Green+Blue) = 252+174+227=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEE3 is #03511C. Grayscale: #CBCBCB. Windows color (decimal): -217373 or 14921468. OLE color: 14921468.

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

Color convert

RGB252174227-
CMYK00.310.100.01
HSL319.23º92.86%83.53%-
HSV(B)319.23º30.95%98.82%-
XYZ69.1556.5179.94-
YUV203.36141.34162.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 227 (89.06% from 255) = 34.76%
R=38.59%
G=26.65%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217422700.310.100.01319.2392.8683.53
HexFCAEE301FA113f5d54
Octal374256343037121477135124
Binary1111110010101110111000110111111010110011111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEE3; }

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

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

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

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

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

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

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

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