Html Css Color HEX #F2AED4 Lavender Pink

📋 copy color: '#F2AED4'

red 242 ◦ green 174 ◦ blue 212

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

Shades of Lavender Pink #F2AED4

Tints of Lavender Pink #F2AED4

RGB

 RED value IS 242 (94.92% from 255) = 38.54%

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

 BLUE value IS 212 (83.2% from 255) = 33.76%

R = 38.54%
G = 27.71%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2AED4 (or 0xF2AED4) is known color: Lavender Pink. HEX triplet: F2, AE and D4. RGB value is (242,174,212). Sum of RGB (Red+Green+Blue) = 242+174+212=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AED4 is #0D512B. Grayscale: #C6C6C6. Windows color (decimal): -872748 or 13938418. OLE color: 13938418.

HSL color Cylindrical-coordinate representation of color #F2AED4: hue angle of 326.47º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AED4 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 174 212 -
CMYK 0 0.28 0.12 0.05
HSL 326.47º 0.72% 0.82% -
HSV(B) 326.47º 0.28% 0.95% -
XYZ 63.64 53.9 69.34 -
YUV 198.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 242 174 212 0 0.28 0.12 0.05 326.47 0.72 0.82
Hex F2 AE D4 0 1C C 5 146 48 52
Octal 362 256 324 0 34 14 5 506 110 122
Binary 11110010 10101110 11010100 0 11100 1100 101 101000110 1001000 1010010

Color Harmonies of #F2AED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AED4

Black with #F2AED4

Text Example


Text Example

White with #F2AED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AED4; }

 p { color: rgb(242,174,212); }

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

background-color css

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

 a { background-color: rgb(242,174,212); }

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

border-color css

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

 span { border-color: rgb(242,174,212); }

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