Html Css Color HEX #FA878D Wewak

📋 copy color: '#FA878D'

red 250 ◦ green 135 ◦ blue 141

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

Shades of Wewak #FA878D

Tints of Wewak #FA878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.67%

 BLUE value IS 141 (55.47% from 255) = 26.81%

R = 47.53%
G = 25.67%
B = 26.81%

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

#FA878D (or 0xFA878D) is known color: Wewak. HEX triplet: FA, 87 and 8D. RGB value is (250,135,141). Sum of RGB (Red+Green+Blue) = 250+135+141=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA878D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA878D is #057872. Grayscale: #AAAAAA. Windows color (decimal): -358515 or 9275386. OLE color: 9275386.

HSL color Cylindrical-coordinate representation of color #FA878D: hue angle of 356.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA878D is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 135 141 -
CMYK 0 0.46 0.44 0.02
HSL 356.87º 0.92% 0.75% -
HSV(B) 356.87º 0.46% 0.98% -
XYZ 52.9 39.58 30.05 -
YUV 170.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 250 135 141 0 0.46 0.44 0.02 356.87 0.92 0.75
Hex FA 87 8D 0 2E 2C 2 165 5C 4B
Octal 372 207 215 0 56 54 2 545 134 113
Binary 11111010 10000111 10001101 0 101110 101100 10 101100101 1011100 1001011

Color Harmonies of #FA878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA878D

Black with #FA878D

Text Example


Text Example

White with #FA878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA878D; }

 p { color: rgb(250,135,141); }

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

background-color css

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

 a { background-color: rgb(250,135,141); }

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

border-color css

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

 span { border-color: rgb(250,135,141); }

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