#F5EBE2

Color #F5EBE2 Chardon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardon #F5EBE2

Tints of Chardon #F5EBE2

Color information

#F5EBE2 (or 0xF5EBE2) is unknown color: approx Chardon. HEX triplet: F5, EB and E2. RGB value is (245,235,226). Sum of RGB (Red+Green+Blue) = 245+235+226=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 226 (88.67% from 255 or 32.01% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBE2 is #0A141D. Grayscale: #EDEDED. Windows color (decimal): -660510 or 14871541. OLE color: 14871541.

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

Color convert

RGB245235226-
CMYK00.040.080.04
HSL28.42º48.72%92.35%-
HSV(B)28.42º7.76%96.08%-
XYZ81.0984.3283.95-
YUV236.96121.81133.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.70%
GREEN value IS 235 (92.19% from 255) = 33.29%
BLUE value IS 226 (88.67% from 255) = 32.01%
R=34.70%
G=33.29%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523522600.040.080.0428.4248.7292.35
HexF5EBE204841c315c
Octal365353342041043461134
Binary11110101111010111110001001001000100111001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBE2; }

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

 H1.HeaderClassName
 {
   color: #F5EBE2;
 }
 .AnyTagClassName
 {
   color: #F5EBE2;
 }
</style>
background-color css

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

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

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

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

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

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