Html Css Color HEX #FCAB83 Light Salmon

📋 copy color: '#FCAB83'

red 252 ◦ green 171 ◦ blue 131

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

Shades of Light Salmon #FCAB83

Tints of Light Salmon #FCAB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.65%

R = 45.49%
G = 30.87%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCAB83 (or 0xFCAB83) is known color: Light Salmon. HEX triplet: FC, AB and 83. RGB value is (252,171,131). Sum of RGB (Red+Green+Blue) = 252+171+131=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB83 is #03547C. Grayscale: #BEBEBE. Windows color (decimal): -218237 or 8629244. OLE color: 8629244.

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

Color convert

RGB 252 171 131 -
CMYK 0 0.32 0.48 0.01
HSL 19.83º 0.95% 0.75% -
HSV(B) 19.83º 0.48% 0.99% -
XYZ 58.8 51.46 28.31 -
YUV 190.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 252 171 131 0 0.32 0.48 0.01 19.83 0.95 0.75
Hex FC AB 83 0 20 30 1 14 5F 4B
Octal 374 253 203 0 40 60 1 24 137 113
Binary 11111100 10101011 10000011 0 100000 110000 1 10100 1011111 1001011

Color Harmonies of #FCAB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB83

Black with #FCAB83

Text Example


Text Example

White with #FCAB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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