Html Css Color HEX #FA848A Wewak

📋 copy color: '#FA848A'

red 250 ◦ green 132 ◦ blue 138

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

Shades of Wewak #FA848A

Tints of Wewak #FA848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.38%

 BLUE value IS 138 (54.3% from 255) = 26.54%

R = 48.08%
G = 25.38%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA848A (or 0xFA848A) is known color: Wewak. HEX triplet: FA, 84 and 8A. RGB value is (250,132,138). Sum of RGB (Red+Green+Blue) = 250+132+138=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA848A is #057B75. Grayscale: #A8A8A8. Windows color (decimal): -359286 or 9078010. OLE color: 9078010.

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

Color convert

RGB 250 132 138 -
CMYK 0 0.47 0.45 0.02
HSL 356.95º 0.92% 0.75% -
HSV(B) 356.95º 0.47% 0.98% -
XYZ 52.26 38.66 28.75 -
YUV 167.97 111.09 186.51 -
System Red Green Blue C M Y K H S L
Decimal 250 132 138 0 0.47 0.45 0.02 356.95 0.92 0.75
Hex FA 84 8A 0 2F 2D 2 165 5C 4B
Octal 372 204 212 0 57 55 2 545 134 113
Binary 11111010 10000100 10001010 0 101111 101101 10 101100101 1011100 1001011

Color Harmonies of #FA848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA848A

Black with #FA848A

Text Example


Text Example

White with #FA848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA848A; }

 p { color: rgb(250,132,138); }

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

background-color css

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

 a { background-color: rgb(250,132,138); }

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

border-color css

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

 span { border-color: rgb(250,132,138); }

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