Html Css Color HEX #F29C9C Sweet Pink

📋 copy color: '#F29C9C'

red 242 ◦ green 156 ◦ blue 156

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

Shades of Sweet Pink #F29C9C

Tints of Sweet Pink #F29C9C

RGB

 RED value IS 242 (94.92% from 255) = 43.68%

 GREEN value IS 156 (61.33% from 255) = 28.16%

 BLUE value IS 156 (61.33% from 255) = 28.16%

R = 43.68%
G = 28.16%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F29C9C (or 0xF29C9C) is known color: Sweet Pink. HEX triplet: F2, 9C and 9C. RGB value is (242,156,156). Sum of RGB (Red+Green+Blue) = 242+156+156=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29C9C is #0D6363. Grayscale: #B5B5B5. Windows color (decimal): -877412 or 10263794. OLE color: 10263794.

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

Color convert

RGB 242 156 156 -
CMYK 0 0.36 0.36 0.05
HSL 0.77% 0.78% -
HSV(B) 0.36% 0.95% -
XYZ 54.51 45.05 37.28 -
YUV 181.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 242 156 156 0 0.36 0.36 0.05 0 0.77 0.78
Hex F2 9C 9C 0 24 24 5 0 4D 4E
Octal 362 234 234 0 44 44 5 0 115 116
Binary 11110010 10011100 10011100 0 100100 100100 101 0 1001101 1001110

Color Harmonies of #F29C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29C9C

Black with #F29C9C

Text Example


Text Example

White with #F29C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29C9C; }

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

 H1.HeaderClassName
 {
   color: #F29C9C;
 }
 .AnyTagClassName
 {
   color: #F29C9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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