Html Css Color HEX #FD8685 Light Coral

📋 copy color: '#FD8685'

red 253 ◦ green 134 ◦ blue 133

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

Shades of Light Coral #FD8685

Tints of Light Coral #FD8685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.77%

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

R = 48.65%
G = 25.77%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD8685 (or 0xFD8685) is known color: Light Coral. HEX triplet: FD, 86 and 85. RGB value is (253,134,133). Sum of RGB (Red+Green+Blue) = 253+134+133=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8685 is #02797A. Grayscale: #A9A9A9. Windows color (decimal): -162171 or 8750845. OLE color: 8750845.

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

Color convert

RGB 253 134 133 -
CMYK 0 0.47 0.47 0.01
HSL 0.5º 0.97% 0.76% -
HSV(B) 0.5º 0.47% 0.99% -
XYZ 53.27 39.63 27.03 -
YUV 169.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 253 134 133 0 0.47 0.47 0.01 0.5 0.97 0.76
Hex FD 86 85 0 2F 2F 1 0 61 4C
Octal 375 206 205 0 57 57 1 0 141 114
Binary 11111101 10000110 10000101 0 101111 101111 1 0 1100001 1001100

Color Harmonies of #FD8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8685

Black with #FD8685

Text Example


Text Example

White with #FD8685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8685; }

 p { color: rgb(253,134,133); }

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

background-color css

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

 a { background-color: rgb(253,134,133); }

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

border-color css

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

 span { border-color: rgb(253,134,133); }

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