Html Css Color HEX #FA828C Wewak

📋 copy color: '#FA828C'

red 250 ◦ green 130 ◦ blue 140

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

Shades of Wewak #FA828C

Tints of Wewak #FA828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25%

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

R = 48.08%
G = 25%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA828C (or 0xFA828C) is known color: Wewak. HEX triplet: FA, 82 and 8C. RGB value is (250,130,140). Sum of RGB (Red+Green+Blue) = 250+130+140=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA828C is #057D73. Grayscale: #A7A7A7. Windows color (decimal): -359796 or 9208570. OLE color: 9208570.

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

Color convert

RGB 250 130 140 -
CMYK 0 0.48 0.44 0.02
HSL 355º 0.92% 0.75% -
HSV(B) 355º 0.48% 0.98% -
XYZ 52.14 38.18 29.43 -
YUV 167.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 250 130 140 0 0.48 0.44 0.02 355 0.92 0.75
Hex FA 82 8C 0 30 2C 2 163 5C 4B
Octal 372 202 214 0 60 54 2 543 134 113
Binary 11111010 10000010 10001100 0 110000 101100 10 101100011 1011100 1001011

Color Harmonies of #FA828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA828C

Black with #FA828C

Text Example


Text Example

White with #FA828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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