#FACD84

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

Shades of Cherokee #FACD84

Tints of Cherokee #FACD84

Color information

#FACD84 (or 0xFACD84) is unknown color: approx Cherokee. HEX triplet: FA, CD and 84. RGB value is (250,205,132). Sum of RGB (Red+Green+Blue) = 250+205+132=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD84 is #05327B. Grayscale: #D2D2D2. Windows color (decimal): -340604 or 8703482. OLE color: 8703482.

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

Color convert

RGB250205132-
CMYK00.180.470.02
HSL37.12º92.19%74.9%-
HSV(B)37.12º47.2%98.04%-
XYZ65.4265.6531.05-
YUV210.1383.91156.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 132 (51.95% from 255) = 22.49%
R=42.59%
G=34.92%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020513200.180.470.0237.1292.1974.9
HexFACD840122F2255c4b
Octal37231520402257245134113
Binary1111101011001101100001000100101011111010010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD84; }

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

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

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

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

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

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

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

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