#F29E9D

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

Shades of Sweet Pink #F29E9D

Tints of Sweet Pink #F29E9D

Color information

#F29E9D (or 0xF29E9D) is unknown color: approx Sweet Pink. HEX triplet: F2, 9E and 9D. RGB value is (242,158,157). Sum of RGB (Red+Green+Blue) = 242+158+157=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29E9D is #0D6162. Grayscale: #B7B7B7. Windows color (decimal): -876899 or 10329842. OLE color: 10329842.

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

Color convert

RGB242158157-
CMYK00.350.350.05
HSL0.71º76.58%78.24%-
HSV(B)0.71º35.12%94.9%-
XYZ54.9345.7737.84-
YUV183113.33170.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=43.45%
G=28.37%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215815700.350.350.050.7176.5878.24
HexF29E9D02323514d4e
Octal3622362350434351115116
Binary1111001010011110100111010100011100011101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29E9D; }

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

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

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

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

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

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

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

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