#F29DA4

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

Shades of Wewak #F29DA4

Tints of Wewak #F29DA4

Color information

#F29DA4 (or 0xF29DA4) is unknown color: approx Wewak. HEX triplet: F2, 9D and A4. RGB value is (242,157,164). Sum of RGB (Red+Green+Blue) = 242+157+164=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29DA4 is #0D625B. Grayscale: #B7B7B7. Windows color (decimal): -877148 or 10788338. OLE color: 10788338.

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

Color convert

RGB242157164-
CMYK00.350.320.05
HSL355.06º76.58%78.24%-
HSV(B)355.06º35.12%94.9%-
XYZ55.3845.6741.02-
YUV183.21117.16169.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=42.98%
G=27.89%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215716400.350.320.05355.0676.5878.24
HexF29DA40232051634d4e
Octal362235244043405543115116
Binary111100101001110110100100010001110000010110110001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DA4; }

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

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

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

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

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

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

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

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