Html Css Color HEX #FBDABD Peach Puff

📋 copy color: '#FBDABD'

red 251 ◦ green 218 ◦ blue 189

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

Shades of Peach Puff #FBDABD

Tints of Peach Puff #FBDABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.72%

R = 38.15%
G = 33.13%
B = 28.72%

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

#FBDABD (or 0xFBDABD) is known color: Peach Puff. HEX triplet: FB, DA and BD. RGB value is (251,218,189). Sum of RGB (Red+Green+Blue) = 251+218+189=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDABD is #042542. Grayscale: #E0E0E0. Windows color (decimal): -271683 or 12442363. OLE color: 12442363.

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

Color convert

RGB 251 218 189 -
CMYK 0 0.13 0.25 0.02
HSL 28.06º 0.89% 0.86% -
HSV(B) 28.06º 0.25% 0.98% -
XYZ 74.04 74.33 58.59 -
YUV 224.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 251 218 189 0 0.13 0.25 0.02 28.06 0.89 0.86
Hex FB DA BD 0 D 19 2 1C 59 56
Octal 373 332 275 0 15 31 2 34 131 126
Binary 11111011 11011010 10111101 0 1101 11001 10 11100 1011001 1010110

Color Harmonies of #FBDABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDABD

Black with #FBDABD

Text Example


Text Example

White with #FBDABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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