Html Css Color HEX #F29E9C Sweet Pink

📋 copy color: '#F29E9C'

red 242 ◦ green 158 ◦ blue 156

#F29E9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Pink #F29E9C

Tints of Sweet Pink #F29E9C

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 value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F29E9C (or 0xF29E9C) is known color: 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

RGB 242 158 156 -
CMYK 0 0.35 0.36 0.05
HSL 1.4º 0.77% 0.78% -
HSV(B) 1.4º 0.36% 0.95% -
XYZ 54.85 45.73 37.39 -
YUV 182.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 242 158 156 0 0.35 0.36 0.05 1.4 0.77 0.78
Hex F2 9E 9C 0 23 24 5 1 4D 4E
Octal 362 236 234 0 43 44 5 1 115 116
Binary 11110010 10011110 10011100 0 100011 100100 101 1 1001101 1001110

Color Harmonies of #F29E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29E9C

Black with #F29E9C

Text Example


Text Example

White with #F29E9C

Text Example


Text Example

HTML Codes & Css Web 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>