Html Css Color HEX #F9B4DF Lavender Pink

📋 copy color: '#F9B4DF'

red 249 ◦ green 180 ◦ blue 223

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

Shades of Lavender Pink #F9B4DF

Tints of Lavender Pink #F9B4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.61%

 BLUE value IS 223 (87.5% from 255) = 34.2%

R = 38.19%
G = 27.61%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9B4DF (or 0xF9B4DF) is known color: Lavender Pink. HEX triplet: F9, B4 and DF. RGB value is (249,180,223). Sum of RGB (Red+Green+Blue) = 249+180+223=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B4DF is #064B20. Grayscale: #CDCDCD. Windows color (decimal): -412449 or 14660857. OLE color: 14660857.

HSL color Cylindrical-coordinate representation of color #F9B4DF: hue angle of 322.61º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9B4DF is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 180 223 -
CMYK 0 0.28 0.10 0.02
HSL 322.61º 0.85% 0.84% -
HSV(B) 322.61º 0.28% 0.98% -
XYZ 68.71 58.11 77.41 -
YUV 205.53 137.86 159 -
System Red Green Blue C M Y K H S L
Decimal 249 180 223 0 0.28 0.10 0.02 322.61 0.85 0.84
Hex F9 B4 DF 0 1C A 2 143 55 54
Octal 371 264 337 0 34 12 2 503 125 124
Binary 11111001 10110100 11011111 0 11100 1010 10 101000011 1010101 1010100

Color Harmonies of #F9B4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B4DF

Black with #F9B4DF

Text Example


Text Example

White with #F9B4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B4DF; }

 p { color: rgb(249,180,223); }

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

background-color css

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

 a { background-color: rgb(249,180,223); }

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

border-color css

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

 span { border-color: rgb(249,180,223); }

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