Html Css Color HEX #F0AED2 Lavender Pink

📋 copy color: '#F0AED2'

red 240 ◦ green 174 ◦ blue 210

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

Shades of Lavender Pink #F0AED2

Tints of Lavender Pink #F0AED2

RGB

 RED value IS 240 (94.14% from 255) = 38.46%

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

 BLUE value IS 210 (82.42% from 255) = 33.65%

R = 38.46%
G = 27.88%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F0AED2 (or 0xF0AED2) is known color: Lavender Pink. HEX triplet: F0, AE and D2. RGB value is (240,174,210). Sum of RGB (Red+Green+Blue) = 240+174+210=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AED2 is #0F512D. Grayscale: #C5C5C5. Windows color (decimal): -1003822 or 13807344. OLE color: 13807344.

HSL color Cylindrical-coordinate representation of color #F0AED2: hue angle of 327.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AED2 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 174 210 -
CMYK 0 0.28 0.12 0.06
HSL 327.27º 0.69% 0.81% -
HSV(B) 327.27º 0.28% 0.94% -
XYZ 62.7 53.45 67.98 -
YUV 197.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 240 174 210 0 0.28 0.12 0.06 327.27 0.69 0.81
Hex F0 AE D2 0 1C C 6 147 45 51
Octal 360 256 322 0 34 14 6 507 105 121
Binary 11110000 10101110 11010010 0 11100 1100 110 101000111 1000101 1010001

Color Harmonies of #F0AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AED2

Black with #F0AED2

Text Example


Text Example

White with #F0AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AED2; }

 p { color: rgb(240,174,210); }

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

background-color css

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

 a { background-color: rgb(240,174,210); }

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

border-color css

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

 span { border-color: rgb(240,174,210); }

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