Html Css Color HEX #FD886F Salmon

📋 copy color: '#FD886F'

red 253 ◦ green 136 ◦ blue 111

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

Shades of Salmon #FD886F

Tints of Salmon #FD886F

RGB

 RED value IS 253 (99.22% from 255) = 50.6%

 GREEN value IS 136 (53.52% from 255) = 27.2%

 BLUE value IS 111 (43.75% from 255) = 22.2%

R = 50.6%
G = 27.2%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD886F (or 0xFD886F) is known color: Salmon. HEX triplet: FD, 88 and 6F. RGB value is (253,136,111). Sum of RGB (Red+Green+Blue) = 253+136+111=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD886F is #027790. Grayscale: #A8A8A8. Windows color (decimal): -161681 or 7309565. OLE color: 7309565.

HSL color Cylindrical-coordinate representation of color #FD886F: hue angle of 10.56º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD886F is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 136 111 -
CMYK 0 0.46 0.56 0.01
HSL 10.56º 0.97% 0.71% -
HSV(B) 10.56º 0.56% 0.99% -
XYZ 52.18 39.64 19.94 -
YUV 168.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 253 136 111 0 0.46 0.56 0.01 10.56 0.97 0.71
Hex FD 88 6F 0 2E 38 1 B 61 47
Octal 375 210 157 0 56 70 1 13 141 107
Binary 11111101 10001000 1101111 0 101110 111000 1 1011 1100001 1000111

Color Harmonies of #FD886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD886F

Black with #FD886F

Text Example


Text Example

White with #FD886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD886F; }

 p { color: rgb(253,136,111); }

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

background-color css

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

 a { background-color: rgb(253,136,111); }

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

border-color css

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

 span { border-color: rgb(253,136,111); }

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