Html Css Color HEX #FA888C Wewak

📋 copy color: '#FA888C'

red 250 ◦ green 136 ◦ blue 140

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

Shades of Wewak #FA888C

Tints of Wewak #FA888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.62%

R = 47.53%
G = 25.86%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA888C (or 0xFA888C) is known color: Wewak. HEX triplet: FA, 88 and 8C. RGB value is (250,136,140). Sum of RGB (Red+Green+Blue) = 250+136+140=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA888C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA888C is #057773. Grayscale: #AAAAAA. Windows color (decimal): -358260 or 9210106. OLE color: 9210106.

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

Color convert

RGB 250 136 140 -
CMYK 0 0.46 0.44 0.02
HSL 357.89º 0.92% 0.76% -
HSV(B) 357.89º 0.46% 0.98% -
XYZ 52.96 39.83 29.71 -
YUV 170.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 250 136 140 0 0.46 0.44 0.02 357.89 0.92 0.76
Hex FA 88 8C 0 2E 2C 2 166 5C 4C
Octal 372 210 214 0 56 54 2 546 134 114
Binary 11111010 10001000 10001100 0 101110 101100 10 101100110 1011100 1001100

Color Harmonies of #FA888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA888C

Black with #FA888C

Text Example


Text Example

White with #FA888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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