Html Css Color HEX #FCAB6E Hit Pink

📋 copy color: '#FCAB6E'

red 252 ◦ green 171 ◦ blue 110

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

Shades of Hit Pink #FCAB6E

Tints of Hit Pink #FCAB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.08%

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

R = 47.28%
G = 32.08%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCAB6E (or 0xFCAB6E) is known color: Hit Pink. HEX triplet: FC, AB and 6E. RGB value is (252,171,110). Sum of RGB (Red+Green+Blue) = 252+171+110=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB6E is #035491. Grayscale: #BCBCBC. Windows color (decimal): -218258 or 7252988. OLE color: 7252988.

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

Color convert

RGB 252 171 110 -
CMYK 0 0.32 0.56 0.01
HSL 25.77º 0.96% 0.71% -
HSV(B) 25.77º 0.56% 0.99% -
XYZ 57.52 50.95 21.55 -
YUV 188.27 83.84 173.46 -
System Red Green Blue C M Y K H S L
Decimal 252 171 110 0 0.32 0.56 0.01 25.77 0.96 0.71
Hex FC AB 6E 0 20 38 1 1A 60 47
Octal 374 253 156 0 40 70 1 32 140 107
Binary 11111100 10101011 1101110 0 100000 111000 1 11010 1100000 1000111

Color Harmonies of #FCAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB6E

Black with #FCAB6E

Text Example


Text Example

White with #FCAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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