Html Css Color HEX #FBD9BB Peach Puff

📋 copy color: '#FBD9BB'

red 251 ◦ green 217 ◦ blue 187

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

Shades of Peach Puff #FBD9BB

Tints of Peach Puff #FBD9BB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.13%

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

R = 38.32%
G = 33.13%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBD9BB (or 0xFBD9BB) is known color: Peach Puff. HEX triplet: FB, D9 and BB. RGB value is (251,217,187). Sum of RGB (Red+Green+Blue) = 251+217+187=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9BB is #042644. Grayscale: #DFDFDF. Windows color (decimal): -271941 or 12311035. OLE color: 12311035.

HSL color Cylindrical-coordinate representation of color #FBD9BB: hue angle of 28.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 #FBD9BB is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 217 187 -
CMYK 0 0.14 0.25 0.02
HSL 28.13º 0.89% 0.86% -
HSV(B) 28.13º 0.25% 0.98% -
XYZ 73.57 73.72 57.37 -
YUV 223.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 251 217 187 0 0.14 0.25 0.02 28.13 0.89 0.86
Hex FB D9 BB 0 E 19 2 1C 59 56
Octal 373 331 273 0 16 31 2 34 131 126
Binary 11111011 11011001 10111011 0 1110 11001 10 11100 1011001 1010110

Color Harmonies of #FBD9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD9BB

Black with #FBD9BB

Text Example


Text Example

White with #FBD9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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