Html Css Color HEX #F9DBF1 Pig Pink

📋 copy color: '#F9DBF1'

red 249 ◦ green 219 ◦ blue 241

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

Shades of Pig Pink #F9DBF1

Tints of Pig Pink #F9DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.89%

 BLUE value IS 241 (94.53% from 255) = 33.99%

R = 35.12%
G = 30.89%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F9DBF1 (or 0xF9DBF1) is known color: Pig Pink. HEX triplet: F9, DB and F1. RGB value is (249,219,241). Sum of RGB (Red+Green+Blue) = 249+219+241=709 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.12% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBF1 is #06240E. Grayscale: #E6E6E6. Windows color (decimal): -402447 or 15850489. OLE color: 15850489.

HSL color Cylindrical-coordinate representation of color #F9DBF1: hue angle of 316º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DBF1 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 219 241 -
CMYK 0 0.12 0.03 0.02
HSL 316º 0.71% 0.92% -
HSV(B) 316º 0.12% 0.98% -
XYZ 80.28 77.15 93.88 -
YUV 230.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 249 219 241 0 0.12 0.03 0.02 316 0.71 0.92
Hex F9 DB F1 0 C 3 2 13C 47 5C
Octal 371 333 361 0 14 3 2 474 107 134
Binary 11111001 11011011 11110001 0 1100 11 10 100111100 1000111 1011100

Color Harmonies of #F9DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DBF1

Black with #F9DBF1

Text Example


Text Example

White with #F9DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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