Html Css Color HEX #FA8898 Wewak

📋 copy color: '#FA8898'

red 250 ◦ green 136 ◦ blue 152

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

Shades of Wewak #FA8898

Tints of Wewak #FA8898

RGB

 RED value IS 250 (98.05% from 255) = 46.47%

 GREEN value IS 136 (53.52% from 255) = 25.28%

 BLUE value IS 152 (59.77% from 255) = 28.25%

R = 46.47%
G = 25.28%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA8898 (or 0xFA8898) is known color: Wewak. HEX triplet: FA, 88 and 98. RGB value is (250,136,152). Sum of RGB (Red+Green+Blue) = 250+136+152=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8898 is #057767. Grayscale: #ABABAB. Windows color (decimal): -358248 or 9996538. OLE color: 9996538.

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

Color convert

RGB 250 136 152 -
CMYK 0 0.46 0.39 0.02
HSL 351.58º 0.92% 0.76% -
HSV(B) 351.58º 0.46% 0.98% -
XYZ 53.9 40.2 34.62 -
YUV 171.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 250 136 152 0 0.46 0.39 0.02 351.58 0.92 0.76
Hex FA 88 98 0 2E 27 2 160 5C 4C
Octal 372 210 230 0 56 47 2 540 134 114
Binary 11111010 10001000 10011000 0 101110 100111 10 101100000 1011100 1001100

Color Harmonies of #FA8898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8898

Black with #FA8898

Text Example


Text Example

White with #FA8898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8898; }

 p { color: rgb(250,136,152); }

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

background-color css

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

 a { background-color: rgb(250,136,152); }

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

border-color css

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

 span { border-color: rgb(250,136,152); }

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