Html Css Color HEX #F1E4DB Fair Pink

📋 copy color: '#F1E4DB'

red 241 ◦ green 228 ◦ blue 219

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

Shades of Fair Pink #F1E4DB

Tints of Fair Pink #F1E4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.83%

R = 35.03%
G = 33.14%
B = 31.83%

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

#F1E4DB (or 0xF1E4DB) is known color: Fair Pink. HEX triplet: F1, E4 and DB. RGB value is (241,228,219). Sum of RGB (Red+Green+Blue) = 241+228+219=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4DB is #0E1B24. Grayscale: #E6E6E6. Windows color (decimal): -924453 or 14410993. OLE color: 14410993.

HSL color Cylindrical-coordinate representation of color #F1E4DB: hue angle of 24.55º degrees, saturation: 0.44, 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 #F1E4DB is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 228 219 -
CMYK 0 0.05 0.09 0.05
HSL 24.55º 0.44% 0.9% -
HSV(B) 24.55º 0.09% 0.95% -
XYZ 76.81 79.3 78.28 -
YUV 230.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 241 228 219 0 0.05 0.09 0.05 24.55 0.44 0.9
Hex F1 E4 DB 0 5 9 5 19 2C 5A
Octal 361 344 333 0 5 11 5 31 54 132
Binary 11110001 11100100 11011011 0 101 1001 101 11001 101100 1011010

Color Harmonies of #F1E4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4DB

Black with #F1E4DB

Text Example


Text Example

White with #F1E4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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