Html Css Color HEX #F9AED3 Lavender Pink

📋 copy color: '#F9AED3'

red 249 ◦ green 174 ◦ blue 211

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

Shades of Lavender Pink #F9AED3

Tints of Lavender Pink #F9AED3

RGB

 RED value IS 249 (97.66% from 255) = 39.27%

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

 BLUE value IS 211 (82.81% from 255) = 33.28%

R = 39.27%
G = 27.44%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9AED3 (or 0xF9AED3) is known color: Lavender Pink. HEX triplet: F9, AE and D3. RGB value is (249,174,211). Sum of RGB (Red+Green+Blue) = 249+174+211=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AED3 is #06512C. Grayscale: #C8C8C8. Windows color (decimal): -413997 or 13872889. OLE color: 13872889.

HSL color Cylindrical-coordinate representation of color #F9AED3: hue angle of 330.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AED3 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 174 211 -
CMYK 0 0.30 0.15 0.02
HSL 330.4º 0.86% 0.83% -
HSV(B) 330.4º 0.3% 0.98% -
XYZ 65.96 55.11 68.79 -
YUV 200.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 249 174 211 0 0.30 0.15 0.02 330.4 0.86 0.83
Hex F9 AE D3 0 1E F 2 14A 56 53
Octal 371 256 323 0 36 17 2 512 126 123
Binary 11111001 10101110 11010011 0 11110 1111 10 101001010 1010110 1010011

Color Harmonies of #F9AED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AED3

Black with #F9AED3

Text Example


Text Example

White with #F9AED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AED3; }

 p { color: rgb(249,174,211); }

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

background-color css

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

 a { background-color: rgb(249,174,211); }

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

border-color css

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

 span { border-color: rgb(249,174,211); }

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