Html Css Color HEX #FAD48D Cherokee

📋 copy color: '#FAD48D'

red 250 ◦ green 212 ◦ blue 141

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

Shades of Cherokee #FAD48D

Tints of Cherokee #FAD48D

RGB

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

 GREEN value IS 212 (83.2% 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 value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAD48D (or 0xFAD48D) is known color: 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

RGB 250 212 141 -
CMYK 0 0.15 0.44 0.02
HSL 39.08º 0.92% 0.77% -
HSV(B) 39.08º 0.44% 0.98% -
XYZ 67.78 69.33 35.01 -
YUV 215.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 250 212 141 0 0.15 0.44 0.02 39.08 0.92 0.77
Hex FA D4 8D 0 F 2C 2 27 5C 4D
Octal 372 324 215 0 17 54 2 47 134 115
Binary 11111010 11010100 10001101 0 1111 101100 10 100111 1011100 1001101

Color Harmonies of #FAD48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD48D

Black with #FAD48D

Text Example


Text Example

White with #FAD48D

Text Example


Text Example

HTML Codes & Css Web 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>