#FBCE8C

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

Shades of Cherokee #FBCE8C

Tints of Cherokee #FBCE8C

Color information

#FBCE8C (or 0xFBCE8C) is unknown color: approx Cherokee. HEX triplet: FB, CE and 8C. RGB value is (251,206,140). Sum of RGB (Red+Green+Blue) = 251+206+140=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCE8C is #043173. Grayscale: #D4D4D4. Windows color (decimal): -274804 or 9228027. OLE color: 9228027.

HSL color Cylindrical-coordinate representation of color #FBCE8C: hue angle of 35.68º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBCE8C is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB251206140-
CMYK00.180.440.02
HSL35.68º93.28%76.67%-
HSV(B)35.68º44.22%98.43%-
XYZ66.5966.5534.15-
YUV211.9387.41155.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 140 (55.08% from 255) = 23.45%
R=42.04%
G=34.51%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120614000.180.440.0235.6893.2876.67
HexFBCE8C0122C2245d4d
Octal37331621402254244135115
Binary1111101111001110100011000100101011001010010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCE8C; }

 p { color: rgb(251,206,140); }

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

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

 a { background-color: rgb(251,206,140); }

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

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

 span { border-color: rgb(251,206,140); }

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