Html Css Color HEX #F1E3DD Provincial Pink

📋 copy color: '#F1E3DD'

red 241 ◦ green 227 ◦ blue 221

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

Shades of Provincial Pink #F1E3DD

Tints of Provincial Pink #F1E3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.95%

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

R = 34.98%
G = 32.95%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1E3DD (or 0xF1E3DD) is known color: Provincial Pink. HEX triplet: F1, E3 and DD. RGB value is (241,227,221). Sum of RGB (Red+Green+Blue) = 241+227+221=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3DD is #0E1C22. Grayscale: #E6E6E6. Windows color (decimal): -924707 or 14541809. OLE color: 14541809.

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

Color convert

RGB 241 227 221 -
CMYK 0 0.06 0.08 0.05
HSL 18º 0.42% 0.91% -
HSV(B) 18º 0.08% 0.95% -
XYZ 76.8 78.86 79.58 -
YUV 230.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 241 227 221 0 0.06 0.08 0.05 18 0.42 0.91
Hex F1 E3 DD 0 6 8 5 12 2A 5B
Octal 361 343 335 0 6 10 5 22 52 133
Binary 11110001 11100011 11011101 0 110 1000 101 10010 101010 1011011

Color Harmonies of #F1E3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E3DD

Black with #F1E3DD

Text Example


Text Example

White with #F1E3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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