Html Css Color HEX #F9BDCB Pink

📋 copy color: '#F9BDCB'

red 249 ◦ green 189 ◦ blue 203

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

Shades of Pink #F9BDCB

Tints of Pink #F9BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.49%

 BLUE value IS 203 (79.69% from 255) = 31.67%

R = 38.85%
G = 29.49%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9BDCB (or 0xF9BDCB) is known color: Pink. HEX triplet: F9, BD and CB. RGB value is (249,189,203). Sum of RGB (Red+Green+Blue) = 249+189+203=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDCB is #064234. Grayscale: #D0D0D0. Windows color (decimal): -410165 or 13352441. OLE color: 13352441.

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

Color convert

RGB 249 189 203 -
CMYK 0 0.24 0.18 0.02
HSL 346º 0.83% 0.86% -
HSV(B) 346º 0.24% 0.98% -
XYZ 68.04 60.85 64.66 -
YUV 208.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 249 189 203 0 0.24 0.18 0.02 346 0.83 0.86
Hex F9 BD CB 0 18 12 2 15A 53 56
Octal 371 275 313 0 30 22 2 532 123 126
Binary 11111001 10111101 11001011 0 11000 10010 10 101011010 1010011 1010110

Color Harmonies of #F9BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDCB

Black with #F9BDCB

Text Example


Text Example

White with #F9BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDCB; }

 p { color: rgb(249,189,203); }

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

background-color css

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

 a { background-color: rgb(249,189,203); }

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

border-color css

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

 span { border-color: rgb(249,189,203); }

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