Html Css Color HEX #F5DEDD Soft Peach

📋 copy color: '#F5DEDD'

red 245 ◦ green 222 ◦ blue 221

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

Shades of Soft Peach #F5DEDD

Tints of Soft Peach #F5DEDD

RGB

 RED value IS 245 (96.09% from 255) = 35.61%

 GREEN value IS 222 (87.11% from 255) = 32.27%

 BLUE value IS 221 (86.72% from 255) = 32.12%

R = 35.61%
G = 32.27%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5DEDD (or 0xF5DEDD) is known color: Soft Peach. HEX triplet: F5, DE and DD. RGB value is (245,222,221). Sum of RGB (Red+Green+Blue) = 245+222+221=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEDD is #0A2122. Grayscale: #E4E4E4. Windows color (decimal): -663843 or 14540533. OLE color: 14540533.

HSL color Cylindrical-coordinate representation of color #F5DEDD: hue angle of 2.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DEDD is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 222 221 -
CMYK 0 0.09 0.10 0.04
HSL 2.5º 0.55% 0.91% -
HSV(B) 2.5º 0.1% 0.96% -
XYZ 76.83 76.88 79.2 -
YUV 228.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 245 222 221 0 0.09 0.10 0.04 2.5 0.55 0.91
Hex F5 DE DD 0 9 A 4 2 37 5B
Octal 365 336 335 0 11 12 4 2 67 133
Binary 11110101 11011110 11011101 0 1001 1010 100 10 110111 1011011

Color Harmonies of #F5DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DEDD

Black with #F5DEDD

Text Example


Text Example

White with #F5DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DEDD; }

 p { color: rgb(245,222,221); }

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

background-color css

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

 a { background-color: rgb(245,222,221); }

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

border-color css

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

 span { border-color: rgb(245,222,221); }

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