Html Css Color HEX #FCAAE2 Lavender Rose

📋 copy color: '#FCAAE2'

red 252 ◦ green 170 ◦ blue 226

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

Shades of Lavender Rose #FCAAE2

Tints of Lavender Rose #FCAAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.88%

R = 38.89%
G = 26.23%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCAAE2 (or 0xFCAAE2) is known color: Lavender Rose. HEX triplet: FC, AA and E2. RGB value is (252,170,226). Sum of RGB (Red+Green+Blue) = 252+170+226=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAE2 is #03551D. Grayscale: #C8C8C8. Windows color (decimal): -218398 or 14854908. OLE color: 14854908.

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

Color convert

RGB 252 170 226 -
CMYK 0 0.33 0.10 0.01
HSL 319.02º 0.93% 0.83% -
HSV(B) 319.02º 0.33% 0.99% -
XYZ 68.25 54.94 78.96 -
YUV 200.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 252 170 226 0 0.33 0.10 0.01 319.02 0.93 0.83
Hex FC AA E2 0 21 A 1 13F 5D 53
Octal 374 252 342 0 41 12 1 477 135 123
Binary 11111100 10101010 11100010 0 100001 1010 1 100111111 1011101 1010011

Color Harmonies of #FCAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAE2

Black with #FCAAE2

Text Example


Text Example

White with #FCAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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