#FDCB88

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

Shades of Cherokee #FDCB88

Tints of Cherokee #FDCB88

Color information

#FDCB88 (or 0xFDCB88) is unknown color: approx Cherokee. HEX triplet: FD, CB and 88. RGB value is (253,203,136). Sum of RGB (Red+Green+Blue) = 253+203+136=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB88 is #023477. Grayscale: #D2D2D2. Windows color (decimal): -144504 or 8965117. OLE color: 8965117.

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

Color convert

RGB253203136-
CMYK00.200.460.01
HSL34.36º96.69%76.27%-
HSV(B)34.36º46.25%99.22%-
XYZ66.3165.3732.42-
YUV210.3186.06158.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.74%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 136 (53.52% from 255) = 22.97%
R=42.74%
G=34.29%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320313600.200.460.0134.3696.6976.27
HexFDCB880142E122614c
Octal37531321002456142141114
Binary111111011100101110001000010100101110110001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCB88; }

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

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

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

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

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

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

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

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