#F29DA2

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

Shades of Wewak #F29DA2

Tints of Wewak #F29DA2

Color information

#F29DA2 (or 0xF29DA2) is unknown color: approx Wewak. HEX triplet: F2, 9D and A2. RGB value is (242,157,162). Sum of RGB (Red+Green+Blue) = 242+157+162=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29DA2 is #0D625D. Grayscale: #B7B7B7. Windows color (decimal): -877150 or 10657266. OLE color: 10657266.

HSL color Cylindrical-coordinate representation of color #F29DA2: hue angle of 356.47º 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 #F29DA2 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB242157162-
CMYK00.350.330.05
HSL356.47º76.58%78.24%-
HSV(B)356.47º35.12%94.9%-
XYZ55.245.640.07-
YUV182.98116.16170.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 162 (63.67% from 255) = 28.88%
R=43.14%
G=27.99%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215716200.350.330.05356.4776.5878.24
HexF29DA20232151644d4e
Octal362235242043415544115116
Binary111100101001110110100010010001110000110110110010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DA2; }

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

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

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

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

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

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

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

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