Html Css Color HEX #FCAD6D Hit Pink

📋 copy color: '#FCAD6D'

red 252 ◦ green 173 ◦ blue 109

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

Shades of Hit Pink #FCAD6D

Tints of Hit Pink #FCAD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.41%

R = 47.19%
G = 32.4%
B = 20.41%

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

#FCAD6D (or 0xFCAD6D) is known color: Hit Pink. HEX triplet: FC, AD and 6D. RGB value is (252,173,109). Sum of RGB (Red+Green+Blue) = 252+173+109=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD6D is #035292. Grayscale: #BDBDBD. Windows color (decimal): -217747 or 7187964. OLE color: 7187964.

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

Color convert

RGB 252 173 109 -
CMYK 0 0.31 0.57 0.01
HSL 26.85º 0.96% 0.71% -
HSV(B) 26.85º 0.57% 0.99% -
XYZ 57.85 51.69 21.4 -
YUV 189.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 252 173 109 0 0.31 0.57 0.01 26.85 0.96 0.71
Hex FC AD 6D 0 1F 39 1 1B 60 47
Octal 374 255 155 0 37 71 1 33 140 107
Binary 11111100 10101101 1101101 0 11111 111001 1 11011 1100000 1000111

Color Harmonies of #FCAD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD6D

Black with #FCAD6D

Text Example


Text Example

White with #FCAD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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