#FACD83

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

Shades of Cherokee #FACD83

Tints of Cherokee #FACD83

Color information

#FACD83 (or 0xFACD83) is unknown color: approx Cherokee. HEX triplet: FA, CD and 83. RGB value is (250,205,131). Sum of RGB (Red+Green+Blue) = 250+205+131=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD83 is #05327C. Grayscale: #D2D2D2. Windows color (decimal): -340605 or 8637946. OLE color: 8637946.

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

Color convert

RGB250205131-
CMYK00.180.480.02
HSL37.31º92.25%74.71%-
HSV(B)37.31º47.6%98.04%-
XYZ65.3565.6330.7-
YUV210.0283.41156.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 131 (51.56% from 255) = 22.35%
R=42.66%
G=34.98%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020513100.180.480.0237.3192.2574.71
HexFACD83012302255c4b
Octal37231520302260245134113
Binary1111101011001101100000110100101100001010010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD83; }

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

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

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

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

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

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

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

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