Html Css Color HEX #FEDDBD Peach Puff

📋 copy color: '#FEDDBD'

red 254 ◦ green 221 ◦ blue 189

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

Shades of Peach Puff #FEDDBD

Tints of Peach Puff #FEDDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.28%

 BLUE value IS 189 (74.22% from 255) = 28.46%

R = 38.25%
G = 33.28%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEDDBD (or 0xFEDDBD) is known color: Peach Puff. HEX triplet: FE, DD and BD. RGB value is (254,221,189). Sum of RGB (Red+Green+Blue) = 254+221+189=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDBD is #012242. Grayscale: #E3E3E3. Windows color (decimal): -74307 or 12443134. OLE color: 12443134.

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

Color convert

RGB 254 221 189 -
CMYK 0 0.13 0.26 0.00
HSL 29.54º 0.97% 0.87% -
HSV(B) 29.54º 0.26% 1% -
XYZ 75.91 76.46 58.9 -
YUV 227.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 254 221 189 0 0.13 0.26 0.00 29.54 0.97 0.87
Hex FE DD BD 0 D 1A 0 1E 61 57
Octal 376 335 275 0 15 32 0 36 141 127
Binary 11111110 11011101 10111101 0 1101 11010 0 11110 1100001 1010111

Color Harmonies of #FEDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDBD

Black with #FEDDBD

Text Example


Text Example

White with #FEDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDBD; }

 p { color: rgb(254,221,189); }

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

background-color css

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

 a { background-color: rgb(254,221,189); }

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

border-color css

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

 span { border-color: rgb(254,221,189); }

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