Html Css Color HEX #F1E5DE Fair Pink

📋 copy color: '#F1E5DE'

red 241 ◦ green 229 ◦ blue 222

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

Shades of Fair Pink #F1E5DE

Tints of Fair Pink #F1E5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.09%

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

R = 34.83%
G = 33.09%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1E5DE (or 0xF1E5DE) is known color: Fair Pink. HEX triplet: F1, E5 and DE. RGB value is (241,229,222). Sum of RGB (Red+Green+Blue) = 241+229+222=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5DE is #0E1A21. Grayscale: #E7E7E7. Windows color (decimal): -924194 or 14607857. OLE color: 14607857.

HSL color Cylindrical-coordinate representation of color #F1E5DE: hue angle of 22.11º 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 #F1E5DE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 229 222 -
CMYK 0 0.05 0.08 0.05
HSL 22.11º 0.4% 0.91% -
HSV(B) 22.11º 0.08% 0.95% -
XYZ 77.48 80.01 80.47 -
YUV 231.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 241 229 222 0 0.05 0.08 0.05 22.11 0.4 0.91
Hex F1 E5 DE 0 5 8 5 16 28 5B
Octal 361 345 336 0 5 10 5 26 50 133
Binary 11110001 11100101 11011110 0 101 1000 101 10110 101000 1011011

Color Harmonies of #F1E5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5DE

Black with #F1E5DE

Text Example


Text Example

White with #F1E5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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