Html Css Color HEX #F98C96 Wewak

📋 copy color: '#F98C96'

red 249 ◦ green 140 ◦ blue 150

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

Shades of Wewak #F98C96

Tints of Wewak #F98C96

RGB

 RED value IS 249 (97.66% from 255) = 46.2%

 GREEN value IS 140 (55.08% from 255) = 25.97%

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

R = 46.2%
G = 25.97%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F98C96 (or 0xF98C96) is known color: Wewak. HEX triplet: F9, 8C and 96. RGB value is (249,140,150). Sum of RGB (Red+Green+Blue) = 249+140+150=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C96 is #067369. Grayscale: #ADADAD. Windows color (decimal): -422762 or 9866489. OLE color: 9866489.

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

Color convert

RGB 249 140 150 -
CMYK 0 0.44 0.40 0.02
HSL 354.5º 0.9% 0.76% -
HSV(B) 354.5º 0.44% 0.98% -
XYZ 53.95 41.1 33.94 -
YUV 173.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 249 140 150 0 0.44 0.40 0.02 354.5 0.9 0.76
Hex F9 8C 96 0 2C 28 2 162 5A 4C
Octal 371 214 226 0 54 50 2 542 132 114
Binary 11111001 10001100 10010110 0 101100 101000 10 101100010 1011010 1001100

Color Harmonies of #F98C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C96

Black with #F98C96

Text Example


Text Example

White with #F98C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C96; }

 p { color: rgb(249,140,150); }

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

background-color css

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

 a { background-color: rgb(249,140,150); }

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

border-color css

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

 span { border-color: rgb(249,140,150); }

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