Html Css Color HEX #F1E3E1 Soft Peach

📋 copy color: '#F1E3E1'

red 241 ◦ green 227 ◦ blue 225

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

Shades of Soft Peach #F1E3E1

Tints of Soft Peach #F1E3E1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.76%

 BLUE value IS 225 (88.28% from 255) = 32.47%

R = 34.78%
G = 32.76%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1E3E1 (or 0xF1E3E1) is known color: Soft Peach. HEX triplet: F1, E3 and E1. RGB value is (241,227,225). Sum of RGB (Red+Green+Blue) = 241+227+225=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 227 (89.06% from 255 or 32.76% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3E1 is #0E1C1E. Grayscale: #E6E6E6. Windows color (decimal): -924703 or 14803953. OLE color: 14803953.

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

Color convert

RGB 241 227 225 -
CMYK 0 0.06 0.07 0.05
HSL 7.5º 0.36% 0.91% -
HSV(B) 7.5º 0.07% 0.95% -
XYZ 77.34 79.08 82.42 -
YUV 230.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 241 227 225 0 0.06 0.07 0.05 7.5 0.36 0.91
Hex F1 E3 E1 0 6 7 5 8 24 5B
Octal 361 343 341 0 6 7 5 10 44 133
Binary 11110001 11100011 11100001 0 110 111 101 1000 100100 1011011

Color Harmonies of #F1E3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E3E1

Black with #F1E3E1

Text Example


Text Example

White with #F1E3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E3E1; }

 p { color: rgb(241,227,225); }

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

background-color css

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

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

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

border-color css

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

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

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