Html Css Color HEX #F5EABC Half Colonial White

📋 copy color: '#F5EABC'

red 245 ◦ green 234 ◦ blue 188

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

Shades of Half Colonial White #F5EABC

Tints of Half Colonial White #F5EABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.08%

 BLUE value IS 188 (73.83% from 255) = 28.19%

R = 36.73%
G = 35.08%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5EABC (or 0xF5EABC) is known color: Half Colonial White. HEX triplet: F5, EA and BC. RGB value is (245,234,188). Sum of RGB (Red+Green+Blue) = 245+234+188=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EABC is #0A1543. Grayscale: #E8E8E8. Windows color (decimal): -660804 or 12380917. OLE color: 12380917.

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

Color convert

RGB 245 234 188 -
CMYK 0 0.04 0.23 0.04
HSL 48.42º 0.74% 0.85% -
HSV(B) 48.42º 0.23% 0.96% -
XYZ 76.16 81.89 59.37 -
YUV 232.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 245 234 188 0 0.04 0.23 0.04 48.42 0.74 0.85
Hex F5 EA BC 0 4 17 4 30 4A 55
Octal 365 352 274 0 4 27 4 60 112 125
Binary 11110101 11101010 10111100 0 100 10111 100 110000 1001010 1010101

Color Harmonies of #F5EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EABC

Black with #F5EABC

Text Example


Text Example

White with #F5EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EABC; }

 p { color: rgb(245,234,188); }

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

background-color css

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

 a { background-color: rgb(245,234,188); }

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

border-color css

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

 span { border-color: rgb(245,234,188); }

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