Html Css Color HEX #FCAD6C Hit Pink

📋 copy color: '#FCAD6C'

red 252 ◦ green 173 ◦ blue 108

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

Shades of Hit Pink #FCAD6C

Tints of Hit Pink #FCAD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.46%

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

R = 47.28%
G = 32.46%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCAD6C (or 0xFCAD6C) is known color: Hit Pink. HEX triplet: FC, AD and 6C. RGB value is (252,173,108). Sum of RGB (Red+Green+Blue) = 252+173+108=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD6C is #035293. Grayscale: #BDBDBD. Windows color (decimal): -217748 or 7122428. OLE color: 7122428.

HSL color Cylindrical-coordinate representation of color #FCAD6C: hue angle of 27.08º 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 #FCAD6C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 173 108 -
CMYK 0 0.31 0.57 0.01
HSL 27.08º 0.96% 0.71% -
HSV(B) 27.08º 0.57% 0.99% -
XYZ 57.8 51.67 21.11 -
YUV 189.21 82.17 172.79 -
System Red Green Blue C M Y K H S L
Decimal 252 173 108 0 0.31 0.57 0.01 27.08 0.96 0.71
Hex FC AD 6C 0 1F 39 1 1B 60 47
Octal 374 255 154 0 37 71 1 33 140 107
Binary 11111100 10101101 1101100 0 11111 111001 1 11011 1100000 1000111

Color Harmonies of #FCAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD6C

Black with #FCAD6C

Text Example


Text Example

White with #FCAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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