Html Css Color HEX #F88D8E Wewak

📋 copy color: '#F88D8E'

red 248 ◦ green 141 ◦ blue 142

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

Shades of Wewak #F88D8E

Tints of Wewak #F88D8E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.55%

 BLUE value IS 142 (55.86% from 255) = 26.74%

R = 46.7%
G = 26.55%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F88D8E (or 0xF88D8E) is known color: Wewak. HEX triplet: F8, 8D and 8E. RGB value is (248,141,142). Sum of RGB (Red+Green+Blue) = 248+141+142=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88D8E is #077271. Grayscale: #ADADAD. Windows color (decimal): -488050 or 9342456. OLE color: 9342456.

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

Color convert

RGB 248 141 142 -
CMYK 0 0.43 0.43 0.03
HSL 359.44º 0.88% 0.76% -
HSV(B) 359.44º 0.43% 0.97% -
XYZ 53.12 40.96 30.7 -
YUV 173.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 248 141 142 0 0.43 0.43 0.03 359.44 0.88 0.76
Hex F8 8D 8E 0 2B 2B 3 167 58 4C
Octal 370 215 216 0 53 53 3 547 130 114
Binary 11111000 10001101 10001110 0 101011 101011 11 101100111 1011000 1001100

Color Harmonies of #F88D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88D8E

Black with #F88D8E

Text Example


Text Example

White with #F88D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88D8E; }

 p { color: rgb(248,141,142); }

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

background-color css

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

 a { background-color: rgb(248,141,142); }

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

border-color css

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

 span { border-color: rgb(248,141,142); }

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