Html Css Color HEX #FAD48C Cherokee

📋 copy color: '#FAD48C'

red 250 ◦ green 212 ◦ blue 140

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

Shades of Cherokee #FAD48C

Tints of Cherokee #FAD48C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.22%

 BLUE value IS 140 (55.08% from 255) = 23.26%

R = 41.53%
G = 35.22%
B = 23.26%

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

#FAD48C (or 0xFAD48C) is known color: Cherokee. HEX triplet: FA, D4 and 8C. RGB value is (250,212,140). Sum of RGB (Red+Green+Blue) = 250+212+140=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD48C is #052B73. Grayscale: #D7D7D7. Windows color (decimal): -338804 or 9229562. OLE color: 9229562.

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

Color convert

RGB 250 212 140 -
CMYK 0 0.15 0.44 0.02
HSL 39.27º 0.92% 0.76% -
HSV(B) 39.27º 0.44% 0.98% -
XYZ 67.7 69.3 34.62 -
YUV 215.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 250 212 140 0 0.15 0.44 0.02 39.27 0.92 0.76
Hex FA D4 8C 0 F 2C 2 27 5C 4C
Octal 372 324 214 0 17 54 2 47 134 114
Binary 11111010 11010100 10001100 0 1111 101100 10 100111 1011100 1001100

Color Harmonies of #FAD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD48C

Black with #FAD48C

Text Example


Text Example

White with #FAD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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