Html Css Color HEX #F1E3DF Bridesmaid

📋 copy color: '#F1E3DF'

red 241 ◦ green 227 ◦ blue 223

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

Shades of Bridesmaid #F1E3DF

Tints of Bridesmaid #F1E3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.27%

R = 34.88%
G = 32.85%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1E3DF (or 0xF1E3DF) is known color: Bridesmaid. HEX triplet: F1, E3 and DF. RGB value is (241,227,223). Sum of RGB (Red+Green+Blue) = 241+227+223=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3DF is #0E1C20. Grayscale: #E6E6E6. Windows color (decimal): -924705 or 14672881. OLE color: 14672881.

HSL color Cylindrical-coordinate representation of color #F1E3DF: hue angle of 13.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E3DF is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 227 223 -
CMYK 0 0.06 0.07 0.05
HSL 13.33º 0.39% 0.91% -
HSV(B) 13.33º 0.07% 0.95% -
XYZ 77.06 78.97 80.99 -
YUV 230.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 241 227 223 0 0.06 0.07 0.05 13.33 0.39 0.91
Hex F1 E3 DF 0 6 7 5 D 27 5B
Octal 361 343 337 0 6 7 5 15 47 133
Binary 11110001 11100011 11011111 0 110 111 101 1101 100111 1011011

Color Harmonies of #F1E3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E3DF

Black with #F1E3DF

Text Example


Text Example

White with #F1E3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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