Html Css Color HEX #FCA86C Hit Pink

📋 copy color: '#FCA86C'

red 252 ◦ green 168 ◦ blue 108

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

Shades of Hit Pink #FCA86C

Tints of Hit Pink #FCA86C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.82%

 BLUE value IS 108 (42.58% from 255) = 20.45%

R = 47.73%
G = 31.82%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCA86C (or 0xFCA86C) is known color: Hit Pink. HEX triplet: FC, A8 and 6C. RGB value is (252,168,108). Sum of RGB (Red+Green+Blue) = 252+168+108=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA86C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA86C is #035793. Grayscale: #BABABA. Windows color (decimal): -219028 or 7121148. OLE color: 7121148.

HSL color Cylindrical-coordinate representation of color #FCA86C: hue angle of 25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCA86C is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 108 -
CMYK 0 0.33 0.57 0.01
HSL 25º 0.96% 0.71% -
HSV(B) 25º 0.57% 0.99% -
XYZ 56.85 49.78 20.8 -
YUV 186.28 83.83 174.88 -
System Red Green Blue C M Y K H S L
Decimal 252 168 108 0 0.33 0.57 0.01 25 0.96 0.71
Hex FC A8 6C 0 21 39 1 19 60 47
Octal 374 250 154 0 41 71 1 31 140 107
Binary 11111100 10101000 1101100 0 100001 111001 1 11001 1100000 1000111

Color Harmonies of #FCA86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA86C

Black with #FCA86C

Text Example


Text Example

White with #FCA86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA86C; }

 p { color: rgb(252,168,108); }

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

background-color css

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

 a { background-color: rgb(252,168,108); }

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

border-color css

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

 span { border-color: rgb(252,168,108); }

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