Html Css Color HEX #F1E5DD Fair Pink

📋 copy color: '#F1E5DD'

red 241 ◦ green 229 ◦ blue 221

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

Shades of Fair Pink #F1E5DD

Tints of Fair Pink #F1E5DD

RGB

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

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

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

R = 34.88%
G = 33.14%
B = 31.98%

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

#F1E5DD (or 0xF1E5DD) is known color: Fair Pink. HEX triplet: F1, E5 and DD. RGB value is (241,229,221). Sum of RGB (Red+Green+Blue) = 241+229+221=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5DD is #0E1A22. Grayscale: #E7E7E7. Windows color (decimal): -924195 or 14542321. OLE color: 14542321.

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

Color convert

RGB 241 229 221 -
CMYK 0 0.05 0.08 0.05
HSL 24º 0.42% 0.91% -
HSV(B) 24º 0.08% 0.95% -
XYZ 77.35 79.96 79.76 -
YUV 231.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 241 229 221 0 0.05 0.08 0.05 24 0.42 0.91
Hex F1 E5 DD 0 5 8 5 18 2A 5B
Octal 361 345 335 0 5 10 5 30 52 133
Binary 11110001 11100101 11011101 0 101 1000 101 11000 101010 1011011

Color Harmonies of #F1E5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5DD

Black with #F1E5DD

Text Example


Text Example

White with #F1E5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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