#F29E9C

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

Shades of Sweet Pink #F29E9C

Tints of Sweet Pink #F29E9C

Color information

#F29E9C (or 0xF29E9C) is unknown color: approx Sweet Pink. HEX triplet: F2, 9E and 9C. RGB value is (242,158,156). Sum of RGB (Red+Green+Blue) = 242+158+156=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29E9C is #0D6163. Grayscale: #B6B6B6. Windows color (decimal): -876900 or 10264306. OLE color: 10264306.

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

Color convert

RGB242158156-
CMYK00.350.360.05
HSL1.4º76.79%78.04%-
HSV(B)1.4º35.54%94.9%-
XYZ54.8545.7337.39-
YUV182.89112.83170.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.53%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=43.53%
G=28.42%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215815600.350.360.051.476.7978.04
HexF29E9C02324514d4e
Octal3622362340434451115116
Binary1111001010011110100111000100011100100101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29E9C; }

 p { color: rgb(242,158,156); }

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

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

 a { background-color: rgb(242,158,156); }

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

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

 span { border-color: rgb(242,158,156); }

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