Html Css Color HEX #FCAD6E Hit Pink

📋 copy color: '#FCAD6E'

red 252 ◦ green 173 ◦ blue 110

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

Shades of Hit Pink #FCAD6E

Tints of Hit Pink #FCAD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.56%

R = 47.1%
G = 32.34%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCAD6E (or 0xFCAD6E) is known color: Hit Pink. HEX triplet: FC, AD and 6E. RGB value is (252,173,110). Sum of RGB (Red+Green+Blue) = 252+173+110=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD6E is #035291. Grayscale: #BDBDBD. Windows color (decimal): -217746 or 7253500. OLE color: 7253500.

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

Color convert

RGB 252 173 110 -
CMYK 0 0.31 0.56 0.01
HSL 26.62º 0.96% 0.71% -
HSV(B) 26.62º 0.56% 0.99% -
XYZ 57.9 51.71 21.68 -
YUV 189.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 252 173 110 0 0.31 0.56 0.01 26.62 0.96 0.71
Hex FC AD 6E 0 1F 38 1 1B 60 47
Octal 374 255 156 0 37 70 1 33 140 107
Binary 11111100 10101101 1101110 0 11111 111000 1 11011 1100000 1000111

Color Harmonies of #FCAD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD6E

Black with #FCAD6E

Text Example


Text Example

White with #FCAD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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