Html Css Color HEX #FDCE86 Cherokee

📋 copy color: '#FDCE86'

red 253 ◦ green 206 ◦ blue 134

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

Shades of Cherokee #FDCE86

Tints of Cherokee #FDCE86

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.74%

 BLUE value IS 134 (52.73% from 255) = 22.6%

R = 42.66%
G = 34.74%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDCE86 (or 0xFDCE86) is known color: Cherokee. HEX triplet: FD, CE and 86. RGB value is (253,206,134). Sum of RGB (Red+Green+Blue) = 253+206+134=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE86 is #023179. Grayscale: #D4D4D4. Windows color (decimal): -143738 or 8834813. OLE color: 8834813.

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

Color convert

RGB 253 206 134 -
CMYK 0 0.19 0.47 0.01
HSL 36.3º 0.97% 0.76% -
HSV(B) 36.3º 0.47% 0.99% -
XYZ 66.88 66.75 31.91 -
YUV 211.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 253 206 134 0 0.19 0.47 0.01 36.3 0.97 0.76
Hex FD CE 86 0 13 2F 1 24 61 4C
Octal 375 316 206 0 23 57 1 44 141 114
Binary 11111101 11001110 10000110 0 10011 101111 1 100100 1100001 1001100

Color Harmonies of #FDCE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE86

Black with #FDCE86

Text Example


Text Example

White with #FDCE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE86; }

 p { color: rgb(253,206,134); }

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

background-color css

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

 a { background-color: rgb(253,206,134); }

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

border-color css

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

 span { border-color: rgb(253,206,134); }

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