Html Css Color HEX #F89096 Wewak

📋 copy color: '#F89096'

red 248 ◦ green 144 ◦ blue 150

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

Shades of Wewak #F89096

Tints of Wewak #F89096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.57%

 BLUE value IS 150 (58.98% from 255) = 27.68%

R = 45.76%
G = 26.57%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F89096 (or 0xF89096) is known color: Wewak. HEX triplet: F8, 90 and 96. RGB value is (248,144,150). Sum of RGB (Red+Green+Blue) = 248+144+150=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F89096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89096 is #076F69. Grayscale: #AFAFAF. Windows color (decimal): -487274 or 9867512. OLE color: 9867512.

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

Color convert

RGB 248 144 150 -
CMYK 0 0.42 0.40 0.03
HSL 356.54º 0.88% 0.77% -
HSV(B) 356.54º 0.42% 0.97% -
XYZ 54.19 42.1 34.13 -
YUV 175.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 248 144 150 0 0.42 0.40 0.03 356.54 0.88 0.77
Hex F8 90 96 0 2A 28 3 165 58 4D
Octal 370 220 226 0 52 50 3 545 130 115
Binary 11111000 10010000 10010110 0 101010 101000 11 101100101 1011000 1001101

Color Harmonies of #F89096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89096

Black with #F89096

Text Example


Text Example

White with #F89096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89096; }

 p { color: rgb(248,144,150); }

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

background-color css

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

 a { background-color: rgb(248,144,150); }

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

border-color css

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

 span { border-color: rgb(248,144,150); }

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