Html Css Color HEX #FCAC89 Light Salmon

📋 copy color: '#FCAC89'

red 252 ◦ green 172 ◦ blue 137

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

Shades of Light Salmon #FCAC89

Tints of Light Salmon #FCAC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.66%

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

R = 44.92%
G = 30.66%
B = 24.42%

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

#FCAC89 (or 0xFCAC89) is known color: Light Salmon. HEX triplet: FC, AC and 89. RGB value is (252,172,137). Sum of RGB (Red+Green+Blue) = 252+172+137=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC89 is #035376. Grayscale: #C0C0C0. Windows color (decimal): -217975 or 9022716. OLE color: 9022716.

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

Color convert

RGB 252 172 137 -
CMYK 0 0.32 0.46 0.01
HSL 18.26º 0.95% 0.76% -
HSV(B) 18.26º 0.46% 0.99% -
XYZ 59.41 52.01 30.57 -
YUV 191.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 252 172 137 0 0.32 0.46 0.01 18.26 0.95 0.76
Hex FC AC 89 0 20 2E 1 12 5F 4C
Octal 374 254 211 0 40 56 1 22 137 114
Binary 11111100 10101100 10001001 0 100000 101110 1 10010 1011111 1001100

Color Harmonies of #FCAC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC89

Black with #FCAC89

Text Example


Text Example

White with #FCAC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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