Html Css Color HEX #FCAA89 Light Salmon

📋 copy color: '#FCAA89'

red 252 ◦ green 170 ◦ blue 137

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

Shades of Light Salmon #FCAA89

Tints of Light Salmon #FCAA89

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.41%

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

R = 45.08%
G = 30.41%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FCAA89 (or 0xFCAA89) is known color: Light Salmon. HEX triplet: FC, AA and 89. RGB value is (252,170,137). Sum of RGB (Red+Green+Blue) = 252+170+137=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA89 is #035576. Grayscale: #BEBEBE. Windows color (decimal): -218487 or 9022204. OLE color: 9022204.

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

Color convert

RGB 252 170 137 -
CMYK 0 0.33 0.46 0.01
HSL 17.22º 0.95% 0.76% -
HSV(B) 17.22º 0.46% 0.99% -
XYZ 59.03 51.25 30.45 -
YUV 190.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 252 170 137 0 0.33 0.46 0.01 17.22 0.95 0.76
Hex FC AA 89 0 21 2E 1 11 5F 4C
Octal 374 252 211 0 41 56 1 21 137 114
Binary 11111100 10101010 10001001 0 100001 101110 1 10001 1011111 1001100

Color Harmonies of #FCAA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA89

Black with #FCAA89

Text Example


Text Example

White with #FCAA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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