Html Css Color HEX #F4AED5 Lavender Pink

📋 copy color: '#F4AED5'

red 244 ◦ green 174 ◦ blue 213

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

Shades of Lavender Pink #F4AED5

Tints of Lavender Pink #F4AED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.76%

R = 38.67%
G = 27.58%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F4AED5 (or 0xF4AED5) is known color: Lavender Pink. HEX triplet: F4, AE and D5. RGB value is (244,174,213). Sum of RGB (Red+Green+Blue) = 244+174+213=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AED5 is #0B512A. Grayscale: #C7C7C7. Windows color (decimal): -741675 or 14003956. OLE color: 14003956.

HSL color Cylindrical-coordinate representation of color #F4AED5: hue angle of 326.57º 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 #F4AED5 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 174 213 -
CMYK 0 0.29 0.13 0.04
HSL 326.57º 0.76% 0.82% -
HSV(B) 326.57º 0.29% 0.96% -
XYZ 64.45 54.31 70.04 -
YUV 199.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 244 174 213 0 0.29 0.13 0.04 326.57 0.76 0.82
Hex F4 AE D5 0 1D D 4 147 4C 52
Octal 364 256 325 0 35 15 4 507 114 122
Binary 11110100 10101110 11010101 0 11101 1101 100 101000111 1001100 1010010

Color Harmonies of #F4AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AED5

Black with #F4AED5

Text Example


Text Example

White with #F4AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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