#F29BA0

Color #F29BA0 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #F29BA0

Tints of Wewak #F29BA0

Color information

#F29BA0 (or 0xF29BA0) is unknown color: approx Wewak. HEX triplet: F2, 9B and A0. RGB value is (242,155,160). Sum of RGB (Red+Green+Blue) = 242+155+160=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29BA0 is #0D645F. Grayscale: #B5B5B5. Windows color (decimal): -877664 or 10525682. OLE color: 10525682.

HSL color Cylindrical-coordinate representation of color #F29BA0: hue angle of 356.55º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29BA0 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242155160-
CMYK00.360.340.05
HSL356.55º76.99%77.84%-
HSV(B)356.55º35.95%94.9%-
XYZ54.6844.8639.03-
YUV181.58115.82171.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 160 (62.89% from 255) = 28.73%
R=43.45%
G=27.83%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215516000.360.340.05356.5576.9977.84
HexF29BA00242251654d4e
Octal362233240044425545115116
Binary111100101001101110100000010010010001010110110010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29BA0; }

 p { color: rgb(242,155,160); }

 H1.HeaderClassName
 {
   color: #F29BA0;
 }
 .AnyTagClassName
 {
   color: #F29BA0;
 }
</style>
background-color css

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

 a { background-color: rgb(242,155,160); }

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

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

 span { border-color: rgb(242,155,160); }

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