Html Css Color HEX #FBDFAB Peach-Yellow

📋 copy color: '#FBDFAB'

red 251 ◦ green 223 ◦ blue 171

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

Shades of Peach-Yellow #FBDFAB

Tints of Peach-Yellow #FBDFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.57%

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

R = 38.91%
G = 34.57%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBDFAB (or 0xFBDFAB) is known color: Peach-Yellow. HEX triplet: FB, DF and AB. RGB value is (251,223,171). Sum of RGB (Red+Green+Blue) = 251+223+171=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFAB is #042054. Grayscale: #E1E1E1. Windows color (decimal): -270421 or 11263995. OLE color: 11263995.

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

Color convert

RGB 251 223 171 -
CMYK 0 0.11 0.32 0.02
HSL 39º 0.91% 0.83% -
HSV(B) 39º 0.32% 0.98% -
XYZ 73.52 76.22 49.37 -
YUV 225.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 251 223 171 0 0.11 0.32 0.02 39 0.91 0.83
Hex FB DF AB 0 B 20 2 27 5B 53
Octal 373 337 253 0 13 40 2 47 133 123
Binary 11111011 11011111 10101011 0 1011 100000 10 100111 1011011 1010011

Color Harmonies of #FBDFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFAB

Black with #FBDFAB

Text Example


Text Example

White with #FBDFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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