Html Css Color HEX #FA828B Wewak

📋 copy color: '#FA828B'

red 250 ◦ green 130 ◦ blue 139

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

Shades of Wewak #FA828B

Tints of Wewak #FA828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 48.17%
G = 25.05%
B = 26.78%

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

#FA828B (or 0xFA828B) is known color: Wewak. HEX triplet: FA, 82 and 8B. RGB value is (250,130,139). Sum of RGB (Red+Green+Blue) = 250+130+139=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA828B is #057D74. Grayscale: #A6A6A6. Windows color (decimal): -359797 or 9143034. OLE color: 9143034.

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

Color convert

RGB 250 130 139 -
CMYK 0 0.48 0.44 0.02
HSL 355.5º 0.92% 0.75% -
HSV(B) 355.5º 0.48% 0.98% -
XYZ 52.07 38.15 29.05 -
YUV 166.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 250 130 139 0 0.48 0.44 0.02 355.5 0.92 0.75
Hex FA 82 8B 0 30 2C 2 164 5C 4B
Octal 372 202 213 0 60 54 2 544 134 113
Binary 11111010 10000010 10001011 0 110000 101100 10 101100100 1011100 1001011

Color Harmonies of #FA828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA828B

Black with #FA828B

Text Example


Text Example

White with #FA828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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