Html Css Color HEX #F3E6BA Half Colonial White

📋 copy color: '#F3E6BA'

red 243 ◦ green 230 ◦ blue 186

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

Shades of Half Colonial White #F3E6BA

Tints of Half Colonial White #F3E6BA

RGB

 RED value IS 243 (95.31% from 255) = 36.87%

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

 BLUE value IS 186 (73.05% from 255) = 28.22%

R = 36.87%
G = 34.9%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F3E6BA (or 0xF3E6BA) is known color: Half Colonial White. HEX triplet: F3, E6 and BA. RGB value is (243,230,186). Sum of RGB (Red+Green+Blue) = 243+230+186=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E6BA is #0C1945. Grayscale: #E5E5E5. Windows color (decimal): -792902 or 12248819. OLE color: 12248819.

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

Color convert

RGB 243 230 186 -
CMYK 0 0.05 0.23 0.05
HSL 46.32º 0.7% 0.84% -
HSV(B) 46.32º 0.23% 0.95% -
XYZ 74.12 79.19 57.83 -
YUV 228.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 243 230 186 0 0.05 0.23 0.05 46.32 0.7 0.84
Hex F3 E6 BA 0 5 17 5 2E 46 54
Octal 363 346 272 0 5 27 5 56 106 124
Binary 11110011 11100110 10111010 0 101 10111 101 101110 1000110 1010100

Color Harmonies of #F3E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E6BA

Black with #F3E6BA

Text Example


Text Example

White with #F3E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E6BA; }

 p { color: rgb(243,230,186); }

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

background-color css

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

 a { background-color: rgb(243,230,186); }

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

border-color css

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

 span { border-color: rgb(243,230,186); }

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