Html Css Color HEX #F4AED2 Lavender Pink

📋 copy color: '#F4AED2'

red 244 ◦ green 174 ◦ blue 210

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

Shades of Lavender Pink #F4AED2

Tints of Lavender Pink #F4AED2

RGB

 RED value IS 244 (95.7% from 255) = 38.85%

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

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

R = 38.85%
G = 27.71%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F4AED2 (or 0xF4AED2) is known color: Lavender Pink. HEX triplet: F4, AE and D2. RGB value is (244,174,210). Sum of RGB (Red+Green+Blue) = 244+174+210=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AED2 is #0B512D. Grayscale: #C6C6C6. Windows color (decimal): -741678 or 13807348. OLE color: 13807348.

HSL color Cylindrical-coordinate representation of color #F4AED2: hue angle of 329.14º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4AED2 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 174 210 -
CMYK 0 0.29 0.14 0.04
HSL 329.14º 0.76% 0.82% -
HSV(B) 329.14º 0.29% 0.96% -
XYZ 64.08 54.16 68.05 -
YUV 199.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 244 174 210 0 0.29 0.14 0.04 329.14 0.76 0.82
Hex F4 AE D2 0 1D E 4 149 4C 52
Octal 364 256 322 0 35 16 4 511 114 122
Binary 11110100 10101110 11010010 0 11101 1110 100 101001001 1001100 1010010

Color Harmonies of #F4AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AED2

Black with #F4AED2

Text Example


Text Example

White with #F4AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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