Html Css Color HEX #F1E4DC Fair Pink

📋 copy color: '#F1E4DC'

red 241 ◦ green 228 ◦ blue 220

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

Shades of Fair Pink #F1E4DC

Tints of Fair Pink #F1E4DC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.09%

 BLUE value IS 220 (86.33% from 255) = 31.93%

R = 34.98%
G = 33.09%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1E4DC (or 0xF1E4DC) is known color: Fair Pink. HEX triplet: F1, E4 and DC. RGB value is (241,228,220). Sum of RGB (Red+Green+Blue) = 241+228+220=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4DC is #0E1B23. Grayscale: #E7E7E7. Windows color (decimal): -924452 or 14476529. OLE color: 14476529.

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

Color convert

RGB 241 228 220 -
CMYK 0 0.05 0.09 0.05
HSL 22.86º 0.43% 0.9% -
HSV(B) 22.86º 0.09% 0.95% -
XYZ 76.94 79.35 78.97 -
YUV 230.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 241 228 220 0 0.05 0.09 0.05 22.86 0.43 0.9
Hex F1 E4 DC 0 5 9 5 17 2B 5A
Octal 361 344 334 0 5 11 5 27 53 132
Binary 11110001 11100100 11011100 0 101 1001 101 10111 101011 1011010

Color Harmonies of #F1E4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4DC

Black with #F1E4DC

Text Example


Text Example

White with #F1E4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4DC; }

 p { color: rgb(241,228,220); }

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

background-color css

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

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

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

border-color css

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

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

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