Html Css Color HEX #FCAB88 Light Salmon

📋 copy color: '#FCAB88'

red 252 ◦ green 171 ◦ blue 136

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

Shades of Light Salmon #FCAB88

Tints of Light Salmon #FCAB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.33%

R = 45.08%
G = 30.59%
B = 24.33%

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

#FCAB88 (or 0xFCAB88) is known color: Light Salmon. HEX triplet: FC, AB and 88. RGB value is (252,171,136). Sum of RGB (Red+Green+Blue) = 252+171+136=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB88 is #035477. Grayscale: #BFBFBF. Windows color (decimal): -218232 or 8956924. OLE color: 8956924.

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

Color convert

RGB 252 171 136 -
CMYK 0 0.32 0.46 0.01
HSL 18.1º 0.95% 0.76% -
HSV(B) 18.1º 0.46% 0.99% -
XYZ 59.15 51.6 30.13 -
YUV 191.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 252 171 136 0 0.32 0.46 0.01 18.1 0.95 0.76
Hex FC AB 88 0 20 2E 1 12 5F 4C
Octal 374 253 210 0 40 56 1 22 137 114
Binary 11111100 10101011 10001000 0 100000 101110 1 10010 1011111 1001100

Color Harmonies of #FCAB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB88

Black with #FCAB88

Text Example


Text Example

White with #FCAB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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