#F29DA5

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

Shades of Wewak #F29DA5

Tints of Wewak #F29DA5

Color information

#F29DA5 (or 0xF29DA5) is unknown color: approx Wewak. HEX triplet: F2, 9D and A5. RGB value is (242,157,165). Sum of RGB (Red+Green+Blue) = 242+157+165=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29DA5 is #0D625A. Grayscale: #B7B7B7. Windows color (decimal): -877147 or 10853874. OLE color: 10853874.

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

Color convert

RGB242157165-
CMYK00.350.320.05
HSL354.35º76.58%78.24%-
HSV(B)354.35º35.12%94.9%-
XYZ55.4745.7141.5-
YUV183.33117.66169.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 165 (64.84% from 255) = 29.26%
R=42.91%
G=27.84%
B=29.26%

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
Decimal24215716500.350.320.05354.3576.5878.24
HexF29DA50232051624d4e
Octal362235245043405542115116
Binary111100101001110110100101010001110000010110110001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DA5; }

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

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

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

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

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

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

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

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