#FAD48D

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

Shades of Cherokee #FAD48D

Tints of Cherokee #FAD48D

Color information

#FAD48D (or 0xFAD48D) is unknown color: approx Cherokee. HEX triplet: FA, D4 and 8D. RGB value is (250,212,141). Sum of RGB (Red+Green+Blue) = 250+212+141=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD48D is #052B72. Grayscale: #D7D7D7. Windows color (decimal): -338803 or 9295098. OLE color: 9295098.

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

Color convert

RGB250212141-
CMYK00.150.440.02
HSL39.08º91.6%76.67%-
HSV(B)39.08º43.6%98.04%-
XYZ67.7869.3335.01-
YUV215.2786.09152.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 212 (83.20% from 255) = 35.16%
BLUE value IS 141 (55.47% from 255) = 23.38%
R=41.46%
G=35.16%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021214100.150.440.0239.0891.676.67
HexFAD48D0F2C2275c4d
Octal37232421501754247134115
Binary111110101101010010001101011111011001010011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD48D; }

 p { color: rgb(250,212,141); }

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

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

 a { background-color: rgb(250,212,141); }

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

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

 span { border-color: rgb(250,212,141); }

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