Html Css Color HEX #FBDCAB Peach-Yellow

📋 copy color: '#FBDCAB'

red 251 ◦ green 220 ◦ blue 171

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

Shades of Peach-Yellow #FBDCAB

Tints of Peach-Yellow #FBDCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.27%

 BLUE value IS 171 (67.19% from 255) = 26.64%

R = 39.1%
G = 34.27%
B = 26.64%

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

#FBDCAB (or 0xFBDCAB) is known color: Peach-Yellow. HEX triplet: FB, DC and AB. RGB value is (251,220,171). Sum of RGB (Red+Green+Blue) = 251+220+171=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDCAB is #042354. Grayscale: #DFDFDF. Windows color (decimal): -271189 or 11263227. OLE color: 11263227.

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

Color convert

RGB 251 220 171 -
CMYK 0 0.12 0.32 0.02
HSL 36.75º 0.91% 0.83% -
HSV(B) 36.75º 0.32% 0.98% -
XYZ 72.73 74.64 49.1 -
YUV 223.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 251 220 171 0 0.12 0.32 0.02 36.75 0.91 0.83
Hex FB DC AB 0 C 20 2 25 5B 53
Octal 373 334 253 0 14 40 2 45 133 123
Binary 11111011 11011100 10101011 0 1100 100000 10 100101 1011011 1010011

Color Harmonies of #FBDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDCAB

Black with #FBDCAB

Text Example


Text Example

White with #FBDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDCAB; }

 p { color: rgb(251,220,171); }

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

background-color css

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

 a { background-color: rgb(251,220,171); }

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

border-color css

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

 span { border-color: rgb(251,220,171); }

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