Html Css Color HEX #FA8C90 Wewak

📋 copy color: '#FA8C90'

red 250 ◦ green 140 ◦ blue 144

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

Shades of Wewak #FA8C90

Tints of Wewak #FA8C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.97%

R = 46.82%
G = 26.22%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA8C90 (or 0xFA8C90) is known color: Wewak. HEX triplet: FA, 8C and 90. RGB value is (250,140,144). Sum of RGB (Red+Green+Blue) = 250+140+144=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C90 is #05736F. Grayscale: #ADADAD. Windows color (decimal): -357232 or 9473274. OLE color: 9473274.

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

Color convert

RGB 250 140 144 -
CMYK 0 0.44 0.42 0.02
HSL 357.82º 0.92% 0.76% -
HSV(B) 357.82º 0.44% 0.98% -
XYZ 53.84 41.09 31.48 -
YUV 173.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 250 140 144 0 0.44 0.42 0.02 357.82 0.92 0.76
Hex FA 8C 90 0 2C 2A 2 166 5C 4C
Octal 372 214 220 0 54 52 2 546 134 114
Binary 11111010 10001100 10010000 0 101100 101010 10 101100110 1011100 1001100

Color Harmonies of #FA8C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C90

Black with #FA8C90

Text Example


Text Example

White with #FA8C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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