Html Css Color HEX #FCAEE0 Lavender Rose

📋 copy color: '#FCAEE0'

red 252 ◦ green 174 ◦ blue 224

#FCAEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FCAEE0

Tints of Lavender Rose #FCAEE0

RGB

 RED value IS 252 (98.83% from 255) = 38.77%

 GREEN value IS 174 (68.36% from 255) = 26.77%

 BLUE value IS 224 (87.89% from 255) = 34.46%

R = 38.77%
G = 26.77%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCAEE0 (or 0xFCAEE0) is known color: Lavender Rose. HEX triplet: FC, AE and E0. RGB value is (252,174,224). Sum of RGB (Red+Green+Blue) = 252+174+224=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEE0 is #03511F. Grayscale: #CACACA. Windows color (decimal): -217376 or 14724860. OLE color: 14724860.

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

Color convert

RGB 252 174 224 -
CMYK 0 0.31 0.11 0.01
HSL 321.54º 0.93% 0.84% -
HSV(B) 321.54º 0.31% 0.99% -
XYZ 68.74 56.35 77.77 -
YUV 203.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 252 174 224 0 0.31 0.11 0.01 321.54 0.93 0.84
Hex FC AE E0 0 1F B 1 142 5D 54
Octal 374 256 340 0 37 13 1 502 135 124
Binary 11111100 10101110 11100000 0 11111 1011 1 101000010 1011101 1010100

Color Harmonies of #FCAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEE0

Black with #FCAEE0

Text Example


Text Example

White with #FCAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEE0; }

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

 H1.HeaderClassName
 {
   color: #FCAEE0;
 }
 .AnyTagClassName
 {
   color: #FCAEE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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