Html Css Color HEX #FBC9BB Your Pink

📋 copy color: '#FBC9BB'

red 251 ◦ green 201 ◦ blue 187

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

Shades of Your Pink #FBC9BB

Tints of Your Pink #FBC9BB

RGB

 RED value IS 251 (98.44% from 255) = 39.28%

 GREEN value IS 201 (78.91% from 255) = 31.46%

 BLUE value IS 187 (73.44% from 255) = 29.26%

R = 39.28%
G = 31.46%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBC9BB (or 0xFBC9BB) is known color: Your Pink. HEX triplet: FB, C9 and BB. RGB value is (251,201,187). Sum of RGB (Red+Green+Blue) = 251+201+187=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9BB is #043644. Grayscale: #D6D6D6. Windows color (decimal): -276037 or 12306939. OLE color: 12306939.

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

Color convert

RGB 251 201 187 -
CMYK 0 0.20 0.25 0.02
HSL 13.13º 0.89% 0.86% -
HSV(B) 13.13º 0.25% 0.98% -
XYZ 69.64 65.87 56.06 -
YUV 214.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 251 201 187 0 0.20 0.25 0.02 13.13 0.89 0.86
Hex FB C9 BB 0 14 19 2 D 59 56
Octal 373 311 273 0 24 31 2 15 131 126
Binary 11111011 11001001 10111011 0 10100 11001 10 1101 1011001 1010110

Color Harmonies of #FBC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9BB

Black with #FBC9BB

Text Example


Text Example

White with #FBC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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