#FECB88

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

Shades of Cherokee #FECB88

Tints of Cherokee #FECB88

Color information

#FECB88 (or 0xFECB88) is unknown color: approx Cherokee. HEX triplet: FE, CB and 88. RGB value is (254,203,136). Sum of RGB (Red+Green+Blue) = 254+203+136=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB88 is #013477. Grayscale: #D2D2D2. Windows color (decimal): -78968 or 8965118. OLE color: 8965118.

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

Color convert

RGB254203136-
CMYK00.200.460.00
HSL34.07º98.33%76.47%-
HSV(B)34.07º46.46%99.61%-
XYZ66.6765.5632.43-
YUV210.6185.9158.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 136 (53.52% from 255) = 22.93%
R=42.83%
G=34.23%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420313600.200.460.0034.0798.3376.47
HexFECB880142E022624c
Octal37631321002456042142114
Binary111111101100101110001000010100101110010001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECB88; }

 p { color: rgb(254,203,136); }

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

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

 a { background-color: rgb(254,203,136); }

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

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

 span { border-color: rgb(254,203,136); }

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