Html Css Color HEX #FA8C8F Wewak

📋 copy color: '#FA8C8F'

red 250 ◦ green 140 ◦ blue 143

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

Shades of Wewak #FA8C8F

Tints of Wewak #FA8C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.83%

R = 46.9%
G = 26.27%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA8C8F (or 0xFA8C8F) is known color: Wewak. HEX triplet: FA, 8C and 8F. RGB value is (250,140,143). Sum of RGB (Red+Green+Blue) = 250+140+143=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C8F is #057370. Grayscale: #ADADAD. Windows color (decimal): -357233 or 9407738. OLE color: 9407738.

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

Color convert

RGB 250 140 143 -
CMYK 0 0.44 0.43 0.02
HSL 358.36º 0.92% 0.76% -
HSV(B) 358.36º 0.44% 0.98% -
XYZ 53.76 41.06 31.08 -
YUV 173.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 250 140 143 0 0.44 0.43 0.02 358.36 0.92 0.76
Hex FA 8C 8F 0 2C 2B 2 166 5C 4C
Octal 372 214 217 0 54 53 2 546 134 114
Binary 11111010 10001100 10001111 0 101100 101011 10 101100110 1011100 1001100

Color Harmonies of #FA8C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C8F

Black with #FA8C8F

Text Example


Text Example

White with #FA8C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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