Html Css Color HEX #FDD48C Cherokee

📋 copy color: '#FDD48C'

red 253 ◦ green 212 ◦ blue 140

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

Shades of Cherokee #FDD48C

Tints of Cherokee #FDD48C

RGB

 RED value IS 253 (99.22% from 255) = 41.82%

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

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

R = 41.82%
G = 35.04%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDD48C (or 0xFDD48C) is known color: Cherokee. HEX triplet: FD, D4 and 8C. RGB value is (253,212,140). Sum of RGB (Red+Green+Blue) = 253+212+140=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD48C is #022B73. Grayscale: #D8D8D8. Windows color (decimal): -142196 or 9229565. OLE color: 9229565.

HSL color Cylindrical-coordinate representation of color #FDD48C: hue angle of 38.23º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDD48C is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 212 140 -
CMYK 0 0.16 0.45 0.01
HSL 38.23º 0.97% 0.77% -
HSV(B) 38.23º 0.45% 0.99% -
XYZ 68.79 69.86 34.67 -
YUV 216.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 253 212 140 0 0.16 0.45 0.01 38.23 0.97 0.77
Hex FD D4 8C 0 10 2D 1 26 61 4D
Octal 375 324 214 0 20 55 1 46 141 115
Binary 11111101 11010100 10001100 0 10000 101101 1 100110 1100001 1001101

Color Harmonies of #FDD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD48C

Black with #FDD48C

Text Example


Text Example

White with #FDD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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