Html Css Color HEX #FCCD8B Cherokee

📋 copy color: '#FCCD8B'

red 252 ◦ green 205 ◦ blue 139

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

Shades of Cherokee #FCCD8B

Tints of Cherokee #FCCD8B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.4%

 BLUE value IS 139 (54.69% from 255) = 23.32%

R = 42.28%
G = 34.4%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCCD8B (or 0xFCCD8B) is known color: Cherokee. HEX triplet: FC, CD and 8B. RGB value is (252,205,139). Sum of RGB (Red+Green+Blue) = 252+205+139=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD8B is #033274. Grayscale: #D3D3D3. Windows color (decimal): -209525 or 9162236. OLE color: 9162236.

HSL color Cylindrical-coordinate representation of color #FCCD8B: hue angle of 35.04º degrees, saturation: 0.95, 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 #FCCD8B is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 139 -
CMYK 0 0.19 0.45 0.01
HSL 35.04º 0.95% 0.77% -
HSV(B) 35.04º 0.45% 0.99% -
XYZ 66.64 66.22 33.7 -
YUV 211.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 252 205 139 0 0.19 0.45 0.01 35.04 0.95 0.77
Hex FC CD 8B 0 13 2D 1 23 5F 4D
Octal 374 315 213 0 23 55 1 43 137 115
Binary 11111100 11001101 10001011 0 10011 101101 1 100011 1011111 1001101

Color Harmonies of #FCCD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD8B

Black with #FCCD8B

Text Example


Text Example

White with #FCCD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD8B; }

 p { color: rgb(252,205,139); }

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

background-color css

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

 a { background-color: rgb(252,205,139); }

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

border-color css

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

 span { border-color: rgb(252,205,139); }

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