Html Css Color HEX #FCCF8D Cherokee

📋 copy color: '#FCCF8D'

red 252 ◦ green 207 ◦ blue 141

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

Shades of Cherokee #FCCF8D

Tints of Cherokee #FCCF8D

RGB

 RED value IS 252 (98.83% from 255) = 42%

 GREEN value IS 207 (81.25% from 255) = 34.5%

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

R = 42%
G = 34.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCCF8D (or 0xFCCF8D) is known color: Cherokee. HEX triplet: FC, CF and 8D. RGB value is (252,207,141). Sum of RGB (Red+Green+Blue) = 252+207+141=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF8D is #033072. Grayscale: #D5D5D5. Windows color (decimal): -209011 or 9293820. OLE color: 9293820.

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

Color convert

RGB 252 207 141 -
CMYK 0 0.18 0.44 0.01
HSL 35.68º 0.95% 0.77% -
HSV(B) 35.68º 0.44% 0.99% -
XYZ 67.27 67.24 34.63 -
YUV 212.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 252 207 141 0 0.18 0.44 0.01 35.68 0.95 0.77
Hex FC CF 8D 0 12 2C 1 24 5F 4D
Octal 374 317 215 0 22 54 1 44 137 115
Binary 11111100 11001111 10001101 0 10010 101100 1 100100 1011111 1001101

Color Harmonies of #FCCF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF8D

Black with #FCCF8D

Text Example


Text Example

White with #FCCF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF8D; }

 p { color: rgb(252,207,141); }

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

background-color css

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

 a { background-color: rgb(252,207,141); }

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

border-color css

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

 span { border-color: rgb(252,207,141); }

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