Html Css Color HEX #FCAAE1 Lavender Rose

📋 copy color: '#FCAAE1'

red 252 ◦ green 170 ◦ blue 225

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

Shades of Lavender Rose #FCAAE1

Tints of Lavender Rose #FCAAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.78%

R = 38.95%
G = 26.28%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCAAE1 (or 0xFCAAE1) is known color: Lavender Rose. HEX triplet: FC, AA and E1. RGB value is (252,170,225). Sum of RGB (Red+Green+Blue) = 252+170+225=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAE1 is #03551E. Grayscale: #C8C8C8. Windows color (decimal): -218399 or 14789372. OLE color: 14789372.

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

Color convert

RGB 252 170 225 -
CMYK 0 0.33 0.11 0.01
HSL 319.76º 0.93% 0.83% -
HSV(B) 319.76º 0.33% 0.99% -
XYZ 68.11 54.88 78.24 -
YUV 200.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 252 170 225 0 0.33 0.11 0.01 319.76 0.93 0.83
Hex FC AA E1 0 21 B 1 140 5D 53
Octal 374 252 341 0 41 13 1 500 135 123
Binary 11111100 10101010 11100001 0 100001 1011 1 101000000 1011101 1010011

Color Harmonies of #FCAAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAE1

Black with #FCAAE1

Text Example


Text Example

White with #FCAAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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