Html Css Color HEX #F5EAC3 Half Colonial White

📋 copy color: '#F5EAC3'

red 245 ◦ green 234 ◦ blue 195

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

Shades of Half Colonial White #F5EAC3

Tints of Half Colonial White #F5EAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.93%

R = 36.35%
G = 34.72%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F5EAC3 (or 0xF5EAC3) is known color: Half Colonial White. HEX triplet: F5, EA and C3. RGB value is (245,234,195). Sum of RGB (Red+Green+Blue) = 245+234+195=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 195 (76.56% from 255 or 28.93% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EAC3 is #0A153C. Grayscale: #E9E9E9. Windows color (decimal): -660797 or 12839669. OLE color: 12839669.

HSL color Cylindrical-coordinate representation of color #F5EAC3: hue angle of 46.8º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5EAC3 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 234 195 -
CMYK 0 0.04 0.20 0.04
HSL 46.8º 0.71% 0.86% -
HSV(B) 46.8º 0.2% 0.96% -
XYZ 76.93 82.2 63.44 -
YUV 232.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 245 234 195 0 0.04 0.20 0.04 46.8 0.71 0.86
Hex F5 EA C3 0 4 14 4 2F 47 56
Octal 365 352 303 0 4 24 4 57 107 126
Binary 11110101 11101010 11000011 0 100 10100 100 101111 1000111 1010110

Color Harmonies of #F5EAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EAC3

Black with #F5EAC3

Text Example


Text Example

White with #F5EAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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