#F29D98

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

Shades of Sweet Pink #F29D98

Tints of Sweet Pink #F29D98

Color information

#F29D98 (or 0xF29D98) is unknown color: approx Sweet Pink. HEX triplet: F2, 9D and 98. RGB value is (242,157,152). Sum of RGB (Red+Green+Blue) = 242+157+152=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29D98 is #0D6267. Grayscale: #B5B5B5. Windows color (decimal): -877160 or 10001906. OLE color: 10001906.

HSL color Cylindrical-coordinate representation of color #F29D98: hue angle of 3.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F29D98 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB242157152-
CMYK00.350.370.05
HSL3.33º77.59%77.25%-
HSV(B)3.33º37.19%94.9%-
XYZ54.3445.2635.58-
YUV181.84111.16170.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.92%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=43.92%
G=28.49%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215715200.350.370.053.3377.5977.25
HexF29D9802325534e4d
Octal3622352300434553116115
Binary11110010100111011001100001000111001011011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29D98; }

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

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

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

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

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

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

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

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