Html Css Color HEX #FED7B5 Peach Puff

📋 copy color: '#FED7B5'

red 254 ◦ green 215 ◦ blue 181

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

Shades of Peach Puff #FED7B5

Tints of Peach Puff #FED7B5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.08%

 BLUE value IS 181 (71.09% from 255) = 27.85%

R = 39.08%
G = 33.08%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FED7B5 (or 0xFED7B5) is known color: Peach Puff. HEX triplet: FE, D7 and B5. RGB value is (254,215,181). Sum of RGB (Red+Green+Blue) = 254+215+181=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 181 (71.09% from 255 or 27.85% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7B5 is #01284A. Grayscale: #DEDEDE. Windows color (decimal): -75851 or 11917310. OLE color: 11917310.

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

Color convert

RGB 254 215 181 -
CMYK 0 0.15 0.29 0.00
HSL 27.95º 0.97% 0.85% -
HSV(B) 27.95º 0.29% 1% -
XYZ 73.51 73.01 53.93 -
YUV 222.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 254 215 181 0 0.15 0.29 0.00 27.95 0.97 0.85
Hex FE D7 B5 0 F 1D 0 1C 61 55
Octal 376 327 265 0 17 35 0 34 141 125
Binary 11111110 11010111 10110101 0 1111 11101 0 11100 1100001 1010101

Color Harmonies of #FED7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7B5

Black with #FED7B5

Text Example


Text Example

White with #FED7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7B5; }

 p { color: rgb(254,215,181); }

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

background-color css

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

 a { background-color: rgb(254,215,181); }

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

border-color css

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

 span { border-color: rgb(254,215,181); }

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