Html Css Color HEX #F68886 Light Coral

📋 copy color: '#F68886'

red 246 ◦ green 136 ◦ blue 134

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

Shades of Light Coral #F68886

Tints of Light Coral #F68886

RGB

 RED value IS 246 (96.48% from 255) = 47.67%

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

 BLUE value IS 134 (52.73% from 255) = 25.97%

R = 47.67%
G = 26.36%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F68886 (or 0xF68886) is known color: Light Coral. HEX triplet: F6, 88 and 86. RGB value is (246,136,134). Sum of RGB (Red+Green+Blue) = 246+136+134=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F68886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68886 is #097779. Grayscale: #A8A8A8. Windows color (decimal): -620410 or 8816886. OLE color: 8816886.

HSL color Cylindrical-coordinate representation of color #F68886: hue angle of 1.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F68886 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 136 134 -
CMYK 0 0.45 0.46 0.04
HSL 1.07º 0.86% 0.75% -
HSV(B) 1.07º 0.46% 0.96% -
XYZ 51.11 38.92 27.37 -
YUV 168.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 246 136 134 0 0.45 0.46 0.04 1.07 0.86 0.75
Hex F6 88 86 0 2D 2E 4 1 56 4B
Octal 366 210 206 0 55 56 4 1 126 113
Binary 11110110 10001000 10000110 0 101101 101110 100 1 1010110 1001011

Color Harmonies of #F68886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68886

Black with #F68886

Text Example


Text Example

White with #F68886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68886; }

 p { color: rgb(246,136,134); }

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

background-color css

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

 a { background-color: rgb(246,136,134); }

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

border-color css

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

 span { border-color: rgb(246,136,134); }

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