Html Css Color HEX #FBDDA8 Peach-Yellow

📋 copy color: '#FBDDA8'

red 251 ◦ green 221 ◦ blue 168

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

Shades of Peach-Yellow #FBDDA8

Tints of Peach-Yellow #FBDDA8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.53%

 BLUE value IS 168 (66.02% from 255) = 26.25%

R = 39.22%
G = 34.53%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBDDA8 (or 0xFBDDA8) is known color: Peach-Yellow. HEX triplet: FB, DD and A8. RGB value is (251,221,168). Sum of RGB (Red+Green+Blue) = 251+221+168=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 168 (66.02% from 255 or 26.25% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDA8 is #042257. Grayscale: #E0E0E0. Windows color (decimal): -270936 or 11066875. OLE color: 11066875.

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

Color convert

RGB 251 221 168 -
CMYK 0 0.12 0.33 0.02
HSL 38.31º 0.91% 0.82% -
HSV(B) 38.31º 0.33% 0.98% -
XYZ 72.71 75.05 47.7 -
YUV 223.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 251 221 168 0 0.12 0.33 0.02 38.31 0.91 0.82
Hex FB DD A8 0 C 21 2 26 5B 52
Octal 373 335 250 0 14 41 2 46 133 122
Binary 11111011 11011101 10101000 0 1100 100001 10 100110 1011011 1010010

Color Harmonies of #FBDDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDDA8

Black with #FBDDA8

Text Example


Text Example

White with #FBDDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDDA8; }

 p { color: rgb(251,221,168); }

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

background-color css

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

 a { background-color: rgb(251,221,168); }

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

border-color css

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

 span { border-color: rgb(251,221,168); }

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