#F98D9C

Color #F98D9C Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #F98D9C

Tints of Wewak #F98D9C

Color information

#F98D9C (or 0xF98D9C) is unknown color: approx Wewak. HEX triplet: F9, 8D and 9C. RGB value is (249,141,156). Sum of RGB (Red+Green+Blue) = 249+141+156=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D9C is #067263. Grayscale: #AFAFAF. Windows color (decimal): -422500 or 10259961. OLE color: 10259961.

HSL color Cylindrical-coordinate representation of color #F98D9C: hue angle of 351.67º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98D9C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB249141156-
CMYK00.430.370.02
HSL351.67º90%76.47%-
HSV(B)351.67º43.37%97.65%-
XYZ54.5941.5936.6-
YUV175117.28180.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.60%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=45.60%
G=25.82%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914115600.430.370.02351.679076.47
HexF98D9C02B2521605a4c
Octal371215234053452540132114
Binary11111001100011011001110001010111001011010110000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98D9C; }

 p { color: rgb(249,141,156); }

 H1.HeaderClassName
 {
   color: #F98D9C;
 }
 .AnyTagClassName
 {
   color: #F98D9C;
 }
</style>
background-color css

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

 a { background-color: rgb(249,141,156); }

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

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

 span { border-color: rgb(249,141,156); }

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