#F29DA0

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

Shades of Wewak #F29DA0

Tints of Wewak #F29DA0

Color information

#F29DA0 (or 0xF29DA0) is unknown color: approx Wewak. HEX triplet: F2, 9D and A0. RGB value is (242,157,160). Sum of RGB (Red+Green+Blue) = 242+157+160=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29DA0 is #0D625F. Grayscale: #B6B6B6. Windows color (decimal): -877152 or 10526194. OLE color: 10526194.

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

Color convert

RGB242157160-
CMYK00.350.340.05
HSL357.88º76.58%78.24%-
HSV(B)357.88º35.12%94.9%-
XYZ55.0245.5339.15-
YUV182.76115.16170.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 160 (62.89% from 255) = 28.62%
R=43.29%
G=28.09%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215716000.350.340.05357.8876.5878.24
HexF29DA00232251664d4e
Octal362235240043425546115116
Binary111100101001110110100000010001110001010110110011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DA0; }

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

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

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

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

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

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

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

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