Html Css Color HEX #F1E6CE Bleach White

📋 copy color: '#F1E6CE'

red 241 ◦ green 230 ◦ blue 206

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

Shades of Bleach White #F1E6CE

Tints of Bleach White #F1E6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.97%

 BLUE value IS 206 (80.86% from 255) = 30.43%

R = 35.6%
G = 33.97%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1E6CE (or 0xF1E6CE) is known color: Bleach White. HEX triplet: F1, E6 and CE. RGB value is (241,230,206). Sum of RGB (Red+Green+Blue) = 241+230+206=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6CE is #0E1931. Grayscale: #E6E6E6. Windows color (decimal): -923954 or 13559537. OLE color: 13559537.

HSL color Cylindrical-coordinate representation of color #F1E6CE: hue angle of 41.14º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1E6CE is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 230 206 -
CMYK 0 0.05 0.15 0.05
HSL 41.14º 0.56% 0.88% -
HSV(B) 41.14º 0.15% 0.95% -
XYZ 75.71 79.75 69.8 -
YUV 230.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 241 230 206 0 0.05 0.15 0.05 41.14 0.56 0.88
Hex F1 E6 CE 0 5 F 5 29 38 58
Octal 361 346 316 0 5 17 5 51 70 130
Binary 11110001 11100110 11001110 0 101 1111 101 101001 111000 1011000

Color Harmonies of #F1E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6CE

Black with #F1E6CE

Text Example


Text Example

White with #F1E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6CE; }

 p { color: rgb(241,230,206); }

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

background-color css

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

 a { background-color: rgb(241,230,206); }

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

border-color css

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

 span { border-color: rgb(241,230,206); }

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