Html Css Color HEX #FCA885 Light Salmon

📋 copy color: '#FCA885'

red 252 ◦ green 168 ◦ blue 133

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

Shades of Light Salmon #FCA885

Tints of Light Salmon #FCA885

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.38%

 BLUE value IS 133 (52.34% from 255) = 24.05%

R = 45.57%
G = 30.38%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCA885 (or 0xFCA885) is known color: Light Salmon. HEX triplet: FC, A8 and 85. RGB value is (252,168,133). Sum of RGB (Red+Green+Blue) = 252+168+133=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA885 is #03577A. Grayscale: #BDBDBD. Windows color (decimal): -219003 or 8759548. OLE color: 8759548.

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

Color convert

RGB 252 168 133 -
CMYK 0 0.33 0.47 0.01
HSL 17.65º 0.95% 0.75% -
HSV(B) 17.65º 0.47% 0.99% -
XYZ 58.38 50.39 28.84 -
YUV 189.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 252 168 133 0 0.33 0.47 0.01 17.65 0.95 0.75
Hex FC A8 85 0 21 2F 1 12 5F 4B
Octal 374 250 205 0 41 57 1 22 137 113
Binary 11111100 10101000 10000101 0 100001 101111 1 10010 1011111 1001011

Color Harmonies of #FCA885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA885

Black with #FCA885

Text Example


Text Example

White with #FCA885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA885; }

 p { color: rgb(252,168,133); }

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

background-color css

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

 a { background-color: rgb(252,168,133); }

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

border-color css

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

 span { border-color: rgb(252,168,133); }

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