Html Css Color HEX #FBDEAA Peach-Yellow

📋 copy color: '#FBDEAA'

red 251 ◦ green 222 ◦ blue 170

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

Shades of Peach-Yellow #FBDEAA

Tints of Peach-Yellow #FBDEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.44%

R = 39.04%
G = 34.53%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBDEAA (or 0xFBDEAA) is known color: Peach-Yellow. HEX triplet: FB, DE and AA. RGB value is (251,222,170). Sum of RGB (Red+Green+Blue) = 251+222+170=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEAA is #042155. Grayscale: #E0E0E0. Windows color (decimal): -270678 or 11198203. OLE color: 11198203.

HSL color Cylindrical-coordinate representation of color #FBDEAA: hue angle of 38.52º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBDEAA is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 222 170 -
CMYK 0 0.12 0.32 0.02
HSL 38.52º 0.91% 0.83% -
HSV(B) 38.52º 0.32% 0.98% -
XYZ 73.16 75.65 48.78 -
YUV 224.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 251 222 170 0 0.12 0.32 0.02 38.52 0.91 0.83
Hex FB DE AA 0 C 20 2 27 5B 53
Octal 373 336 252 0 14 40 2 47 133 123
Binary 11111011 11011110 10101010 0 1100 100000 10 100111 1011011 1010011

Color Harmonies of #FBDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDEAA

Black with #FBDEAA

Text Example


Text Example

White with #FBDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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