Html Css Color HEX #FCAB87 Light Salmon

📋 copy color: '#FCAB87'

red 252 ◦ green 171 ◦ blue 135

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

Shades of Light Salmon #FCAB87

Tints of Light Salmon #FCAB87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 24.19%

R = 45.16%
G = 30.65%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FCAB87 (or 0xFCAB87) is known color: Light Salmon. HEX triplet: FC, AB and 87. RGB value is (252,171,135). Sum of RGB (Red+Green+Blue) = 252+171+135=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 135 (53.12% from 255 or 24.19% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB87 is #035478. Grayscale: #BFBFBF. Windows color (decimal): -218233 or 8891388. OLE color: 8891388.

HSL color Cylindrical-coordinate representation of color #FCAB87: hue angle of 18.46º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCAB87 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 135 -
CMYK 0 0.32 0.46 0.01
HSL 18.46º 0.95% 0.76% -
HSV(B) 18.46º 0.46% 0.99% -
XYZ 59.08 51.57 29.76 -
YUV 191.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 252 171 135 0 0.32 0.46 0.01 18.46 0.95 0.76
Hex FC AB 87 0 20 2E 1 12 5F 4C
Octal 374 253 207 0 40 56 1 22 137 114
Binary 11111100 10101011 10000111 0 100000 101110 1 10010 1011111 1001100

Color Harmonies of #FCAB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB87

Black with #FCAB87

Text Example


Text Example

White with #FCAB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB87; }

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

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

background-color css

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

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

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

border-color css

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

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

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