Html Css Color HEX #FBDABB Peach Puff

📋 copy color: '#FBDABB'

red 251 ◦ green 218 ◦ blue 187

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

Shades of Peach Puff #FBDABB

Tints of Peach Puff #FBDABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.23%

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

R = 38.26%
G = 33.23%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBDABB (or 0xFBDABB) is known color: Peach Puff. HEX triplet: FB, DA and BB. RGB value is (251,218,187). Sum of RGB (Red+Green+Blue) = 251+218+187=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDABB is #042544. Grayscale: #E0E0E0. Windows color (decimal): -271685 or 12311291. OLE color: 12311291.

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

Color convert

RGB 251 218 187 -
CMYK 0 0.13 0.25 0.02
HSL 29.06º 0.89% 0.86% -
HSV(B) 29.06º 0.25% 0.98% -
XYZ 73.82 74.24 57.45 -
YUV 224.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 251 218 187 0 0.13 0.25 0.02 29.06 0.89 0.86
Hex FB DA BB 0 D 19 2 1D 59 56
Octal 373 332 273 0 15 31 2 35 131 126
Binary 11111011 11011010 10111011 0 1101 11001 10 11101 1011001 1010110

Color Harmonies of #FBDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDABB

Black with #FBDABB

Text Example


Text Example

White with #FBDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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