Html Css Color HEX #F9B1DE Lavender Pink

📋 copy color: '#F9B1DE'

red 249 ◦ green 177 ◦ blue 222

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

Shades of Lavender Pink #F9B1DE

Tints of Lavender Pink #F9B1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.31%

 BLUE value IS 222 (87.11% from 255) = 34.26%

R = 38.43%
G = 27.31%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9B1DE (or 0xF9B1DE) is known color: Lavender Pink. HEX triplet: F9, B1 and DE. RGB value is (249,177,222). Sum of RGB (Red+Green+Blue) = 249+177+222=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1DE is #064E21. Grayscale: #CBCBCB. Windows color (decimal): -413218 or 14594553. OLE color: 14594553.

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

Color convert

RGB 249 177 222 -
CMYK 0 0.29 0.11 0.02
HSL 322.5º 0.86% 0.84% -
HSV(B) 322.5º 0.29% 0.98% -
XYZ 67.97 56.86 76.5 -
YUV 203.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 249 177 222 0 0.29 0.11 0.02 322.5 0.86 0.84
Hex F9 B1 DE 0 1D B 2 142 56 54
Octal 371 261 336 0 35 13 2 502 126 124
Binary 11111001 10110001 11011110 0 11101 1011 10 101000010 1010110 1010100

Color Harmonies of #F9B1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B1DE

Black with #F9B1DE

Text Example


Text Example

White with #F9B1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B1DE; }

 p { color: rgb(249,177,222); }

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

background-color css

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

 a { background-color: rgb(249,177,222); }

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

border-color css

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

 span { border-color: rgb(249,177,222); }

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