Html Css Color HEX #FBDEB0 Peach-Yellow

📋 copy color: '#FBDEB0'

red 251 ◦ green 222 ◦ blue 176

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

Shades of Peach-Yellow #FBDEB0

Tints of Peach-Yellow #FBDEB0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.21%

 BLUE value IS 176 (69.14% from 255) = 27.12%

R = 38.67%
G = 34.21%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBDEB0 (or 0xFBDEB0) is known color: Peach-Yellow. HEX triplet: FB, DE and B0. RGB value is (251,222,176). Sum of RGB (Red+Green+Blue) = 251+222+176=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEB0 is #04214F. Grayscale: #E1E1E1. Windows color (decimal): -270672 or 11591419. OLE color: 11591419.

HSL color Cylindrical-coordinate representation of color #FBDEB0: hue angle of 36.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBDEB0 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 222 176 -
CMYK 0 0.12 0.30 0.02
HSL 36.8º 0.9% 0.84% -
HSV(B) 36.8º 0.3% 0.98% -
XYZ 73.74 75.89 51.84 -
YUV 225.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 251 222 176 0 0.12 0.30 0.02 36.8 0.9 0.84
Hex FB DE B0 0 C 1E 2 25 5A 54
Octal 373 336 260 0 14 36 2 45 132 124
Binary 11111011 11011110 10110000 0 1100 11110 10 100101 1011010 1010100

Color Harmonies of #FBDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDEB0

Black with #FBDEB0

Text Example


Text Example

White with #FBDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDEB0; }

 p { color: rgb(251,222,176); }

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

background-color css

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

 a { background-color: rgb(251,222,176); }

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

border-color css

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

 span { border-color: rgb(251,222,176); }

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