Html Css Color HEX #FA8F98 Wewak

📋 copy color: '#FA8F98'

red 250 ◦ green 143 ◦ blue 152

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

Shades of Wewak #FA8F98

Tints of Wewak #FA8F98

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.24%

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

R = 45.87%
G = 26.24%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA8F98 (or 0xFA8F98) is known color: Wewak. HEX triplet: FA, 8F and 98. RGB value is (250,143,152). Sum of RGB (Red+Green+Blue) = 250+143+152=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F98 is #057067. Grayscale: #B0B0B0. Windows color (decimal): -356456 or 9998330. OLE color: 9998330.

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

Color convert

RGB 250 143 152 -
CMYK 0 0.43 0.39 0.02
HSL 354.95º 0.91% 0.77% -
HSV(B) 354.95º 0.43% 0.98% -
XYZ 54.91 42.24 34.96 -
YUV 176.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 250 143 152 0 0.43 0.39 0.02 354.95 0.91 0.77
Hex FA 8F 98 0 2B 27 2 163 5B 4D
Octal 372 217 230 0 53 47 2 543 133 115
Binary 11111010 10001111 10011000 0 101011 100111 10 101100011 1011011 1001101

Color Harmonies of #FA8F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F98

Black with #FA8F98

Text Example


Text Example

White with #FA8F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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