Html Css Color HEX #F88A86 Sweet Pink

📋 copy color: '#F88A86'

red 248 ◦ green 138 ◦ blue 134

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

Shades of Sweet Pink #F88A86

Tints of Sweet Pink #F88A86

RGB

 RED value IS 248 (97.27% from 255) = 47.69%

 GREEN value IS 138 (54.3% from 255) = 26.54%

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

R = 47.69%
G = 26.54%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F88A86 (or 0xF88A86) is known color: Sweet Pink. HEX triplet: F8, 8A and 86. RGB value is (248,138,134). Sum of RGB (Red+Green+Blue) = 248+138+134=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88A86 is #077579. Grayscale: #AAAAAA. Windows color (decimal): -488826 or 8817400. OLE color: 8817400.

HSL color Cylindrical-coordinate representation of color #F88A86: hue angle of 2.11º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F88A86 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 138 134 -
CMYK 0 0.44 0.46 0.03
HSL 2.11º 0.89% 0.75% -
HSV(B) 2.11º 0.46% 0.97% -
XYZ 52.1 39.85 27.5 -
YUV 170.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 248 138 134 0 0.44 0.46 0.03 2.11 0.89 0.75
Hex F8 8A 86 0 2C 2E 3 2 59 4B
Octal 370 212 206 0 54 56 3 2 131 113
Binary 11111000 10001010 10000110 0 101100 101110 11 10 1011001 1001011

Color Harmonies of #F88A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88A86

Black with #F88A86

Text Example


Text Example

White with #F88A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88A86; }

 p { color: rgb(248,138,134); }

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

background-color css

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

 a { background-color: rgb(248,138,134); }

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

border-color css

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

 span { border-color: rgb(248,138,134); }

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