Html Css Color HEX #FBC9B9 Your Pink

📋 copy color: '#FBC9B9'

red 251 ◦ green 201 ◦ blue 185

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

Shades of Your Pink #FBC9B9

Tints of Your Pink #FBC9B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.04%

R = 39.4%
G = 31.55%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBC9B9 (or 0xFBC9B9) is known color: Your Pink. HEX triplet: FB, C9 and B9. RGB value is (251,201,185). Sum of RGB (Red+Green+Blue) = 251+201+185=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9B9 is #043646. Grayscale: #D6D6D6. Windows color (decimal): -276039 or 12175867. OLE color: 12175867.

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

Color convert

RGB 251 201 185 -
CMYK 0 0.20 0.26 0.02
HSL 14.55º 0.89% 0.85% -
HSV(B) 14.55º 0.26% 0.98% -
XYZ 69.43 65.79 54.94 -
YUV 214.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 251 201 185 0 0.20 0.26 0.02 14.55 0.89 0.85
Hex FB C9 B9 0 14 1A 2 F 59 55
Octal 373 311 271 0 24 32 2 17 131 125
Binary 11111011 11001001 10111001 0 10100 11010 10 1111 1011001 1010101

Color Harmonies of #FBC9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9B9

Black with #FBC9B9

Text Example


Text Example

White with #FBC9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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