Html Css Color HEX #F1E4DD Fair Pink

📋 copy color: '#F1E4DD'

red 241 ◦ green 228 ◦ blue 221

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

Shades of Fair Pink #F1E4DD

Tints of Fair Pink #F1E4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.03%

R = 34.93%
G = 33.04%
B = 32.03%

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

#F1E4DD (or 0xF1E4DD) is known color: Fair Pink. HEX triplet: F1, E4 and DD. RGB value is (241,228,221). Sum of RGB (Red+Green+Blue) = 241+228+221=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4DD is #0E1B22. Grayscale: #E7E7E7. Windows color (decimal): -924451 or 14542065. OLE color: 14542065.

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

Color convert

RGB 241 228 221 -
CMYK 0 0.05 0.08 0.05
HSL 21º 0.42% 0.91% -
HSV(B) 21º 0.08% 0.95% -
XYZ 77.07 79.41 79.67 -
YUV 231.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 241 228 221 0 0.05 0.08 0.05 21 0.42 0.91
Hex F1 E4 DD 0 5 8 5 15 2A 5B
Octal 361 344 335 0 5 10 5 25 52 133
Binary 11110001 11100100 11011101 0 101 1000 101 10101 101010 1011011

Color Harmonies of #F1E4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4DD

Black with #F1E4DD

Text Example


Text Example

White with #F1E4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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