#F29E9B

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

Shades of Sweet Pink #F29E9B

Tints of Sweet Pink #F29E9B

Color information

#F29E9B (or 0xF29E9B) is unknown color: approx Sweet Pink. HEX triplet: F2, 9E and 9B. RGB value is (242,158,155). Sum of RGB (Red+Green+Blue) = 242+158+155=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29E9B is #0D6164. Grayscale: #B6B6B6. Windows color (decimal): -876901 or 10198770. OLE color: 10198770.

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

Color convert

RGB242158155-
CMYK00.350.360.05
HSL2.07º76.99%77.84%-
HSV(B)2.07º35.95%94.9%-
XYZ54.7645.736.94-
YUV182.77112.33170.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.60%
GREEN value IS 158 (62.11% from 255) = 28.47%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=43.60%
G=28.47%
B=27.93%

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
Decimal24215815500.350.360.052.0776.9977.84
HexF29E9B02324524d4e
Octal3622362330434452115116
Binary11110010100111101001101101000111001001011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29E9B; }

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

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

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

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

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

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

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

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