Html Css Color HEX #FED4B7 Peach Puff

📋 copy color: '#FED4B7'

red 254 ◦ green 212 ◦ blue 183

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

Shades of Peach Puff #FED4B7

Tints of Peach Puff #FED4B7

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.67%

 BLUE value IS 183 (71.88% from 255) = 28.2%

R = 39.14%
G = 32.67%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FED4B7 (or 0xFED4B7) is known color: Peach Puff. HEX triplet: FE, D4 and B7. RGB value is (254,212,183). Sum of RGB (Red+Green+Blue) = 254+212+183=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 183 (71.88% from 255 or 28.20% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4B7 is #012B48. Grayscale: #DDDDDD. Windows color (decimal): -76617 or 12047614. OLE color: 12047614.

HSL color Cylindrical-coordinate representation of color #FED4B7: hue angle of 24.51º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FED4B7 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 212 183 -
CMYK 0 0.17 0.28 0.00
HSL 24.51º 0.97% 0.86% -
HSV(B) 24.51º 0.28% 1% -
XYZ 72.96 71.58 54.77 -
YUV 221.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 254 212 183 0 0.17 0.28 0.00 24.51 0.97 0.86
Hex FE D4 B7 0 11 1C 0 19 61 56
Octal 376 324 267 0 21 34 0 31 141 126
Binary 11111110 11010100 10110111 0 10001 11100 0 11001 1100001 1010110

Color Harmonies of #FED4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4B7

Black with #FED4B7

Text Example


Text Example

White with #FED4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4B7; }

 p { color: rgb(254,212,183); }

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

background-color css

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

 a { background-color: rgb(254,212,183); }

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

border-color css

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

 span { border-color: rgb(254,212,183); }

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