Html Css Color HEX #F1DEDE Soft Peach

📋 copy color: '#F1DEDE'

red 241 ◦ green 222 ◦ blue 222

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

Shades of Soft Peach #F1DEDE

Tints of Soft Peach #F1DEDE

RGB

 RED value IS 241 (94.53% from 255) = 35.18%

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

 BLUE value IS 222 (87.11% from 255) = 32.41%

R = 35.18%
G = 32.41%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1DEDE (or 0xF1DEDE) is known color: Soft Peach. HEX triplet: F1, DE and DE. RGB value is (241,222,222). Sum of RGB (Red+Green+Blue) = 241+222+222=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEDE is #0E2121. Grayscale: #E3E3E3. Windows color (decimal): -925986 or 14606065. OLE color: 14606065.

HSL color Cylindrical-coordinate representation of color #F1DEDE: hue angle of 0º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1DEDE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 222 222 -
CMYK 0 0.08 0.08 0.05
HSL 0.4% 0.91% -
HSV(B) 0.08% 0.95% -
XYZ 75.58 76.22 79.84 -
YUV 227.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 241 222 222 0 0.08 0.08 0.05 0 0.4 0.91
Hex F1 DE DE 0 8 8 5 0 28 5B
Octal 361 336 336 0 10 10 5 0 50 133
Binary 11110001 11011110 11011110 0 1000 1000 101 0 101000 1011011

Color Harmonies of #F1DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DEDE

Black with #F1DEDE

Text Example


Text Example

White with #F1DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DEDE; }

 p { color: rgb(241,222,222); }

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

background-color css

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

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

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

border-color css

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

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

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