#FBD288

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

Shades of Cherokee #FBD288

Tints of Cherokee #FBD288

Color information

#FBD288 (or 0xFBD288) is unknown color: approx Cherokee. HEX triplet: FB, D2 and 88. RGB value is (251,210,136). Sum of RGB (Red+Green+Blue) = 251+210+136=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 136 (53.52% from 255 or 22.78% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD288 is #042D77. Grayscale: #D6D6D6. Windows color (decimal): -273784 or 8966907. OLE color: 8966907.

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

Color convert

RGB251210136-
CMYK00.160.460.02
HSL38.61º93.5%75.88%-
HSV(B)38.61º45.82%98.43%-
XYZ67.2768.3832.95-
YUV213.8284.08154.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 136 (53.52% from 255) = 22.78%
R=42.04%
G=35.18%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121013600.160.460.0238.6193.575.88
HexFBD2880102E2275d4c
Octal37332221002056247135114
Binary1111101111010010100010000100001011101010011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD288; }

 p { color: rgb(251,210,136); }

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

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

 a { background-color: rgb(251,210,136); }

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

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

 span { border-color: rgb(251,210,136); }

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