Html Css Color HEX #F1E6BD Half Colonial White

📋 copy color: '#F1E6BD'

red 241 ◦ green 230 ◦ blue 189

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

Shades of Half Colonial White #F1E6BD

Tints of Half Colonial White #F1E6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.64%

R = 36.52%
G = 34.85%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1E6BD (or 0xF1E6BD) is known color: Half Colonial White. HEX triplet: F1, E6 and BD. RGB value is (241,230,189). Sum of RGB (Red+Green+Blue) = 241+230+189=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6BD is #0E1942. Grayscale: #E4E4E4. Windows color (decimal): -923971 or 12445425. OLE color: 12445425.

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

Color convert

RGB 241 230 189 -
CMYK 0 0.05 0.22 0.05
HSL 47.31º 0.65% 0.84% -
HSV(B) 47.31º 0.22% 0.95% -
XYZ 73.76 78.97 59.5 -
YUV 228.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 241 230 189 0 0.05 0.22 0.05 47.31 0.65 0.84
Hex F1 E6 BD 0 5 16 5 2F 41 54
Octal 361 346 275 0 5 26 5 57 101 124
Binary 11110001 11100110 10111101 0 101 10110 101 101111 1000001 1010100

Color Harmonies of #F1E6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6BD

Black with #F1E6BD

Text Example


Text Example

White with #F1E6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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