#FACD7E

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

Shades of Cherokee #FACD7E

Tints of Cherokee #FACD7E

Color information

#FACD7E (or 0xFACD7E) is unknown color: approx Cherokee. HEX triplet: FA, CD and 7E. RGB value is (250,205,126). Sum of RGB (Red+Green+Blue) = 250+205+126=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD7E is #053281. Grayscale: #D1D1D1. Windows color (decimal): -340610 or 8310266. OLE color: 8310266.

HSL color Cylindrical-coordinate representation of color #FACD7E: hue angle of 38.23º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FACD7E is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250205126-
CMYK00.180.500.02
HSL38.23º92.54%73.73%-
HSV(B)38.23º49.6%98.04%-
XYZ65.0265.4928.95-
YUV209.4580.91156.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 126 (49.61% from 255) = 21.69%
R=43.03%
G=35.28%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020512600.180.500.0238.2392.5473.73
HexFACD7E012322265d4a
Octal37231517602262246135112
Binary111110101100110111111100100101100101010011010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD7E; }

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

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

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

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

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

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

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

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