Html Css Color HEX #F5AAEC Lavender Rose

📋 copy color: '#F5AAEC'

red 245 ◦ green 170 ◦ blue 236

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

Shades of Lavender Rose #F5AAEC

Tints of Lavender Rose #F5AAEC

RGB

 RED value IS 245 (96.09% from 255) = 37.63%

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

 BLUE value IS 236 (92.58% from 255) = 36.25%

R = 37.63%
G = 26.11%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5AAEC (or 0xF5AAEC) is known color: Lavender Rose. HEX triplet: F5, AA and EC. RGB value is (245,170,236). Sum of RGB (Red+Green+Blue) = 245+170+236=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AAEC is #0A5513. Grayscale: #C7C7C7. Windows color (decimal): -677140 or 15510261. OLE color: 15510261.

HSL color Cylindrical-coordinate representation of color #F5AAEC: hue angle of 307.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AAEC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 170 236 -
CMYK 0 0.31 0.04 0.04
HSL 307.2º 0.79% 0.81% -
HSV(B) 307.2º 0.31% 0.96% -
XYZ 67.17 54.22 86.28 -
YUV 199.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 245 170 236 0 0.31 0.04 0.04 307.2 0.79 0.81
Hex F5 AA EC 0 1F 4 4 133 4F 51
Octal 365 252 354 0 37 4 4 463 117 121
Binary 11110101 10101010 11101100 0 11111 100 100 100110011 1001111 1010001

Color Harmonies of #F5AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AAEC

Black with #F5AAEC

Text Example


Text Example

White with #F5AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AAEC; }

 p { color: rgb(245,170,236); }

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

background-color css

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

 a { background-color: rgb(245,170,236); }

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

border-color css

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

 span { border-color: rgb(245,170,236); }

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