Html Css Color HEX #F9ADD4 Lavender Pink

📋 copy color: '#F9ADD4'

red 249 ◦ green 173 ◦ blue 212

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

Shades of Lavender Pink #F9ADD4

Tints of Lavender Pink #F9ADD4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.29%

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

R = 39.27%
G = 27.29%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9ADD4 (or 0xF9ADD4) is known color: Lavender Pink. HEX triplet: F9, AD and D4. RGB value is (249,173,212). Sum of RGB (Red+Green+Blue) = 249+173+212=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADD4 is #06522B. Grayscale: #C8C8C8. Windows color (decimal): -414252 or 13938169. OLE color: 13938169.

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

Color convert

RGB 249 173 212 -
CMYK 0 0.31 0.15 0.02
HSL 329.21º 0.86% 0.83% -
HSV(B) 329.21º 0.31% 0.98% -
XYZ 65.89 54.78 69.39 -
YUV 200.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 249 173 212 0 0.31 0.15 0.02 329.21 0.86 0.83
Hex F9 AD D4 0 1F F 2 149 56 53
Octal 371 255 324 0 37 17 2 511 126 123
Binary 11111001 10101101 11010100 0 11111 1111 10 101001001 1010110 1010011

Color Harmonies of #F9ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADD4

Black with #F9ADD4

Text Example


Text Example

White with #F9ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADD4; }

 p { color: rgb(249,173,212); }

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

background-color css

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

 a { background-color: rgb(249,173,212); }

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

border-color css

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

 span { border-color: rgb(249,173,212); }

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