Html Css Color HEX #FCAB89 Light Salmon

📋 copy color: '#FCAB89'

red 252 ◦ green 171 ◦ blue 137

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

Shades of Light Salmon #FCAB89

Tints of Light Salmon #FCAB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.46%

R = 45%
G = 30.54%
B = 24.46%

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

#FCAB89 (or 0xFCAB89) is known color: Light Salmon. HEX triplet: FC, AB and 89. RGB value is (252,171,137). Sum of RGB (Red+Green+Blue) = 252+171+137=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB89 is #035476. Grayscale: #BFBFBF. Windows color (decimal): -218231 or 9022460. OLE color: 9022460.

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

Color convert

RGB 252 171 137 -
CMYK 0 0.32 0.46 0.01
HSL 17.74º 0.95% 0.76% -
HSV(B) 17.74º 0.46% 0.99% -
XYZ 59.22 51.63 30.51 -
YUV 191.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 252 171 137 0 0.32 0.46 0.01 17.74 0.95 0.76
Hex FC AB 89 0 20 2E 1 12 5F 4C
Octal 374 253 211 0 40 56 1 22 137 114
Binary 11111100 10101011 10001001 0 100000 101110 1 10010 1011111 1001100

Color Harmonies of #FCAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB89

Black with #FCAB89

Text Example


Text Example

White with #FCAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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