Html Css Color HEX #FCAAE8 Lavender Rose

📋 copy color: '#FCAAE8'

red 252 ◦ green 170 ◦ blue 232

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

Shades of Lavender Rose #FCAAE8

Tints of Lavender Rose #FCAAE8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.99%

 BLUE value IS 232 (91.02% from 255) = 35.47%

R = 38.53%
G = 25.99%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCAAE8 (or 0xFCAAE8) is known color: Lavender Rose. HEX triplet: FC, AA and E8. RGB value is (252,170,232). Sum of RGB (Red+Green+Blue) = 252+170+232=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAE8 is #035517. Grayscale: #C9C9C9. Windows color (decimal): -218392 or 15248124. OLE color: 15248124.

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

Color convert

RGB 252 170 232 -
CMYK 0 0.33 0.08 0.01
HSL 314.63º 0.93% 0.83% -
HSV(B) 314.63º 0.33% 0.99% -
XYZ 69.09 55.27 83.37 -
YUV 201.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 252 170 232 0 0.33 0.08 0.01 314.63 0.93 0.83
Hex FC AA E8 0 21 8 1 13B 5D 53
Octal 374 252 350 0 41 10 1 473 135 123
Binary 11111100 10101010 11101000 0 100001 1000 1 100111011 1011101 1010011

Color Harmonies of #FCAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAE8

Black with #FCAAE8

Text Example


Text Example

White with #FCAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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