Html Css Color HEX #F9AEDB Lavender Pink

📋 copy color: '#F9AEDB'

red 249 ◦ green 174 ◦ blue 219

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

Shades of Lavender Pink #F9AEDB

Tints of Lavender Pink #F9AEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.11%

R = 38.79%
G = 27.1%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9AEDB (or 0xF9AEDB) is known color: Lavender Pink. HEX triplet: F9, AE and DB. RGB value is (249,174,219). Sum of RGB (Red+Green+Blue) = 249+174+219=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AEDB is #065124. Grayscale: #C9C9C9. Windows color (decimal): -413989 or 14397177. OLE color: 14397177.

HSL color Cylindrical-coordinate representation of color #F9AEDB: hue angle of 324º 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 #F9AEDB is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 174 219 -
CMYK 0 0.30 0.12 0.02
HSL 324º 0.86% 0.83% -
HSV(B) 324º 0.3% 0.98% -
XYZ 66.99 55.53 74.2 -
YUV 201.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 249 174 219 0 0.30 0.12 0.02 324 0.86 0.83
Hex F9 AE DB 0 1E C 2 144 56 53
Octal 371 256 333 0 36 14 2 504 126 123
Binary 11111001 10101110 11011011 0 11110 1100 10 101000100 1010110 1010011

Color Harmonies of #F9AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AEDB

Black with #F9AEDB

Text Example


Text Example

White with #F9AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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