Html Css Color HEX #FA8F99 Wewak

📋 copy color: '#FA8F99'

red 250 ◦ green 143 ◦ blue 153

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

Shades of Wewak #FA8F99

Tints of Wewak #FA8F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.02%

R = 45.79%
G = 26.19%
B = 28.02%

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

#FA8F99 (or 0xFA8F99) is known color: Wewak. HEX triplet: FA, 8F and 99. RGB value is (250,143,153). Sum of RGB (Red+Green+Blue) = 250+143+153=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F99 is #057066. Grayscale: #B0B0B0. Windows color (decimal): -356455 or 10063866. OLE color: 10063866.

HSL color Cylindrical-coordinate representation of color #FA8F99: hue angle of 354.39º 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 #FA8F99 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 153 -
CMYK 0 0.43 0.39 0.02
HSL 354.39º 0.91% 0.77% -
HSV(B) 354.39º 0.43% 0.98% -
XYZ 55 42.27 35.4 -
YUV 176.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 250 143 153 0 0.43 0.39 0.02 354.39 0.91 0.77
Hex FA 8F 99 0 2B 27 2 162 5B 4D
Octal 372 217 231 0 53 47 2 542 133 115
Binary 11111010 10001111 10011001 0 101011 100111 10 101100010 1011011 1001101

Color Harmonies of #FA8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F99

Black with #FA8F99

Text Example


Text Example

White with #FA8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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