Html Css Color HEX #FAD28D Cherokee

📋 copy color: '#FAD28D'

red 250 ◦ green 210 ◦ blue 141

#FAD28D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #FAD28D

Tints of Cherokee #FAD28D

RGB

 RED value IS 250 (98.05% from 255) = 41.6%

 GREEN value IS 210 (82.42% from 255) = 34.94%

 BLUE value IS 141 (55.47% from 255) = 23.46%

R = 41.6%
G = 34.94%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAD28D (or 0xFAD28D) is known color: Cherokee. HEX triplet: FA, D2 and 8D. RGB value is (250,210,141). Sum of RGB (Red+Green+Blue) = 250+210+141=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD28D is #052D72. Grayscale: #D6D6D6. Windows color (decimal): -339315 or 9294586. OLE color: 9294586.

HSL color Cylindrical-coordinate representation of color #FAD28D: hue angle of 37.98º 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 #FAD28D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 141 -
CMYK 0 0.16 0.44 0.02
HSL 37.98º 0.92% 0.77% -
HSV(B) 37.98º 0.44% 0.98% -
XYZ 67.28 68.34 34.84 -
YUV 214.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 250 210 141 0 0.16 0.44 0.02 37.98 0.92 0.77
Hex FA D2 8D 0 10 2C 2 26 5C 4D
Octal 372 322 215 0 20 54 2 46 134 115
Binary 11111010 11010010 10001101 0 10000 101100 10 100110 1011100 1001101

Color Harmonies of #FAD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD28D

Black with #FAD28D

Text Example


Text Example

White with #FAD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD28D; }

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

 H1.HeaderClassName
 {
   color: #FAD28D;
 }
 .AnyTagClassName
 {
   color: #FAD28D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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