#FCAEEE

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

Shades of Lavender Rose #FCAEEE

Tints of Lavender Rose #FCAEEE

Color information

#FCAEEE (or 0xFCAEEE) is unknown color: approx Lavender Rose. HEX triplet: FC, AE and EE. RGB value is (252,174,238). Sum of RGB (Red+Green+Blue) = 252+174+238=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEEE is #035111. Grayscale: #CCCCCC. Windows color (decimal): -217362 or 15642364. OLE color: 15642364.

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

Color convert

RGB252174238-
CMYK00.310.060.01
HSL310.77º92.86%83.53%-
HSV(B)310.77º30.95%98.82%-
XYZ70.7157.1488.19-
YUV204.62146.84161.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 174 (68.36% from 255) = 26.20%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=37.95%
G=26.20%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217423800.310.060.01310.7792.8683.53
HexFCAEEE01F611375d54
Octal37425635603761467135124
Binary111111001010111011101110011111110110011011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEEE; }

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

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

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

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

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

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

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

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