Html Css Color HEX #FED5B2 Peach Puff

📋 copy color: '#FED5B2'

red 254 ◦ green 213 ◦ blue 178

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

Shades of Peach Puff #FED5B2

Tints of Peach Puff #FED5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.6%

R = 39.38%
G = 33.02%
B = 27.6%

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

#FED5B2 (or 0xFED5B2) is known color: Peach Puff. HEX triplet: FE, D5 and B2. RGB value is (254,213,178). Sum of RGB (Red+Green+Blue) = 254+213+178=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5B2 is #012A4D. Grayscale: #DDDDDD. Windows color (decimal): -76366 or 11720190. OLE color: 11720190.

HSL color Cylindrical-coordinate representation of color #FED5B2: hue angle of 27.63º 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 #FED5B2 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 213 178 -
CMYK 0 0.16 0.30 0.00
HSL 27.63º 0.97% 0.85% -
HSV(B) 27.63º 0.3% 1% -
XYZ 72.7 71.87 52.16 -
YUV 221.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 254 213 178 0 0.16 0.30 0.00 27.63 0.97 0.85
Hex FE D5 B2 0 10 1E 0 1C 61 55
Octal 376 325 262 0 20 36 0 34 141 125
Binary 11111110 11010101 10110010 0 10000 11110 0 11100 1100001 1010101

Color Harmonies of #FED5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5B2

Black with #FED5B2

Text Example


Text Example

White with #FED5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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