Html Css Color HEX #F5EBBE Half Colonial White

📋 copy color: '#F5EBBE'

red 245 ◦ green 235 ◦ blue 190

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

Shades of Half Colonial White #F5EBBE

Tints of Half Colonial White #F5EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.07%

 BLUE value IS 190 (74.61% from 255) = 28.36%

R = 36.57%
G = 35.07%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5EBBE (or 0xF5EBBE) is known color: Half Colonial White. HEX triplet: F5, EB and BE. RGB value is (245,235,190). Sum of RGB (Red+Green+Blue) = 245+235+190=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBBE is #0A1441. Grayscale: #E9E9E9. Windows color (decimal): -660546 or 12512245. OLE color: 12512245.

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

Color convert

RGB 245 235 190 -
CMYK 0 0.04 0.22 0.04
HSL 49.09º 0.73% 0.85% -
HSV(B) 49.09º 0.22% 0.96% -
XYZ 76.66 82.55 60.61 -
YUV 232.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 245 235 190 0 0.04 0.22 0.04 49.09 0.73 0.85
Hex F5 EB BE 0 4 16 4 31 49 55
Octal 365 353 276 0 4 26 4 61 111 125
Binary 11110101 11101011 10111110 0 100 10110 100 110001 1001001 1010101

Color Harmonies of #F5EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EBBE

Black with #F5EBBE

Text Example


Text Example

White with #F5EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EBBE; }

 p { color: rgb(245,235,190); }

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

background-color css

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

 a { background-color: rgb(245,235,190); }

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

border-color css

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

 span { border-color: rgb(245,235,190); }

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