#FACD88

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

Shades of Cherokee #FACD88

Tints of Cherokee #FACD88

Color information

#FACD88 (or 0xFACD88) is unknown color: approx Cherokee. HEX triplet: FA, CD and 88. RGB value is (250,205,136). Sum of RGB (Red+Green+Blue) = 250+205+136=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD88 is #053277. Grayscale: #D2D2D2. Windows color (decimal): -340600 or 8965626. OLE color: 8965626.

HSL color Cylindrical-coordinate representation of color #FACD88: hue angle of 36.32º degrees, saturation: 0.92, 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 #FACD88 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250205136-
CMYK00.180.460.02
HSL36.32º91.94%75.69%-
HSV(B)36.32º45.6%98.04%-
XYZ65.765.7632.52-
YUV210.5985.91156.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 136 (53.52% from 255) = 23.01%
R=42.30%
G=34.69%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020513600.180.460.0236.3291.9475.69
HexFACD880122E2245c4c
Octal37231521002256244134114
Binary1111101011001101100010000100101011101010010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD88; }

 p { color: rgb(250,205,136); }

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

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

 a { background-color: rgb(250,205,136); }

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

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

 span { border-color: rgb(250,205,136); }

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