Html Css Color HEX #F9BBC9 Pink

📋 copy color: '#F9BBC9'

red 249 ◦ green 187 ◦ blue 201

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

Shades of Pink #F9BBC9

Tints of Pink #F9BBC9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.36%

 BLUE value IS 201 (78.91% from 255) = 31.55%

R = 39.09%
G = 29.36%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F9BBC9 (or 0xF9BBC9) is known color: Pink. HEX triplet: F9, BB and C9. RGB value is (249,187,201). Sum of RGB (Red+Green+Blue) = 249+187+201=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBC9 is #064436. Grayscale: #CFCFCF. Windows color (decimal): -410679 or 13220857. OLE color: 13220857.

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

Color convert

RGB 249 187 201 -
CMYK 0 0.25 0.19 0.02
HSL 346.45º 0.84% 0.85% -
HSV(B) 346.45º 0.25% 0.98% -
XYZ 67.38 59.9 63.27 -
YUV 207.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 249 187 201 0 0.25 0.19 0.02 346.45 0.84 0.85
Hex F9 BB C9 0 19 13 2 15A 54 55
Octal 371 273 311 0 31 23 2 532 124 125
Binary 11111001 10111011 11001001 0 11001 10011 10 101011010 1010100 1010101

Color Harmonies of #F9BBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBC9

Black with #F9BBC9

Text Example


Text Example

White with #F9BBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBC9; }

 p { color: rgb(249,187,201); }

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

background-color css

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

 a { background-color: rgb(249,187,201); }

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

border-color css

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

 span { border-color: rgb(249,187,201); }

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