Html Css Color HEX #FA969F Wewak

📋 copy color: '#FA969F'

red 250 ◦ green 150 ◦ blue 159

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

Shades of Wewak #FA969F

Tints of Wewak #FA969F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.83%

 BLUE value IS 159 (62.5% from 255) = 28.44%

R = 44.72%
G = 26.83%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA969F (or 0xFA969F) is known color: Wewak. HEX triplet: FA, 96 and 9F. RGB value is (250,150,159). Sum of RGB (Red+Green+Blue) = 250+150+159=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA969F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA969F is #056960. Grayscale: #B4B4B4. Windows color (decimal): -354657 or 10458874. OLE color: 10458874.

HSL color Cylindrical-coordinate representation of color #FA969F: hue angle of 354.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA969F is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 150 159 -
CMYK 0 0.4 0.36 0.02
HSL 354.6º 0.91% 0.78% -
HSV(B) 354.6º 0.4% 0.98% -
XYZ 56.59 44.64 38.43 -
YUV 180.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 250 150 159 0 0.4 0.36 0.02 354.6 0.91 0.78
Hex FA 96 9F 0 28 24 2 163 5B 4E
Octal 372 226 237 0 50 44 2 543 133 116
Binary 11111010 10010110 10011111 0 101000 100100 10 101100011 1011011 1001110

Color Harmonies of #FA969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA969F

Black with #FA969F

Text Example


Text Example

White with #FA969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA969F; }

 p { color: rgb(250,150,159); }

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

background-color css

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

 a { background-color: rgb(250,150,159); }

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

border-color css

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

 span { border-color: rgb(250,150,159); }

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