Html Css Color HEX #FED5B3 Peach Puff

📋 copy color: '#FED5B3'

red 254 ◦ green 213 ◦ blue 179

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

Shades of Peach Puff #FED5B3

Tints of Peach Puff #FED5B3

RGB

 RED value IS 254 (99.61% from 255) = 39.32%

 GREEN value IS 213 (83.59% from 255) = 32.97%

 BLUE value IS 179 (70.31% from 255) = 27.71%

R = 39.32%
G = 32.97%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FED5B3 (or 0xFED5B3) is known color: Peach Puff. HEX triplet: FE, D5 and B3. RGB value is (254,213,179). Sum of RGB (Red+Green+Blue) = 254+213+179=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 179 (70.31% from 255 or 27.71% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5B3 is #012A4C. Grayscale: #DDDDDD. Windows color (decimal): -76365 or 11785726. OLE color: 11785726.

HSL color Cylindrical-coordinate representation of color #FED5B3: hue angle of 27.2º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FED5B3 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 213 179 -
CMYK 0 0.16 0.30 0.00
HSL 27.2º 0.97% 0.85% -
HSV(B) 27.2º 0.3% 1% -
XYZ 72.8 71.91 52.69 -
YUV 221.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 254 213 179 0 0.16 0.30 0.00 27.2 0.97 0.85
Hex FE D5 B3 0 10 1E 0 1B 61 55
Octal 376 325 263 0 20 36 0 33 141 125
Binary 11111110 11010101 10110011 0 10000 11110 0 11011 1100001 1010101

Color Harmonies of #FED5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5B3

Black with #FED5B3

Text Example


Text Example

White with #FED5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5B3; }

 p { color: rgb(254,213,179); }

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

background-color css

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

 a { background-color: rgb(254,213,179); }

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

border-color css

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

 span { border-color: rgb(254,213,179); }

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