Html Css Color HEX #F5ECBA Half Colonial White

📋 copy color: '#F5ECBA'

red 245 ◦ green 236 ◦ blue 186

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

Shades of Half Colonial White #F5ECBA

Tints of Half Colonial White #F5ECBA

RGB

 RED value IS 245 (96.09% from 255) = 36.73%

 GREEN value IS 236 (92.58% from 255) = 35.38%

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

R = 36.73%
G = 35.38%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5ECBA (or 0xF5ECBA) is known color: Half Colonial White. HEX triplet: F5, EC and BA. RGB value is (245,236,186). Sum of RGB (Red+Green+Blue) = 245+236+186=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 186 (73.05% from 255 or 27.89% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECBA is #0A1345. Grayscale: #E9E9E9. Windows color (decimal): -660294 or 12250357. OLE color: 12250357.

HSL color Cylindrical-coordinate representation of color #F5ECBA: hue angle of 50.85º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5ECBA is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 236 186 -
CMYK 0 0.04 0.24 0.04
HSL 50.85º 0.75% 0.85% -
HSV(B) 50.85º 0.24% 0.96% -
XYZ 76.51 82.95 58.43 -
YUV 232.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 245 236 186 0 0.04 0.24 0.04 50.85 0.75 0.85
Hex F5 EC BA 0 4 18 4 33 4B 55
Octal 365 354 272 0 4 30 4 63 113 125
Binary 11110101 11101100 10111010 0 100 11000 100 110011 1001011 1010101

Color Harmonies of #F5ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ECBA

Black with #F5ECBA

Text Example


Text Example

White with #F5ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ECBA; }

 p { color: rgb(245,236,186); }

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

background-color css

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

 a { background-color: rgb(245,236,186); }

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

border-color css

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

 span { border-color: rgb(245,236,186); }

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