Html Css Color HEX #F29B8E Sweet Pink

📋 copy color: '#F29B8E'

red 242 ◦ green 155 ◦ blue 142

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

Shades of Sweet Pink #F29B8E

Tints of Sweet Pink #F29B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.76%

 BLUE value IS 142 (55.86% from 255) = 26.35%

R = 44.9%
G = 28.76%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F29B8E (or 0xF29B8E) is known color: Sweet Pink. HEX triplet: F2, 9B and 8E. RGB value is (242,155,142). Sum of RGB (Red+Green+Blue) = 242+155+142=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29B8E is #0D6471. Grayscale: #B3B3B3. Windows color (decimal): -877682 or 9346034. OLE color: 9346034.

HSL color Cylindrical-coordinate representation of color #F29B8E: hue angle of 7.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F29B8E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 155 142 -
CMYK 0 0.36 0.41 0.05
HSL 7.8º 0.79% 0.75% -
HSV(B) 7.8º 0.41% 0.95% -
XYZ 53.22 44.27 31.33 -
YUV 179.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 242 155 142 0 0.36 0.41 0.05 7.8 0.79 0.75
Hex F2 9B 8E 0 24 29 5 8 4F 4B
Octal 362 233 216 0 44 51 5 10 117 113
Binary 11110010 10011011 10001110 0 100100 101001 101 1000 1001111 1001011

Color Harmonies of #F29B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29B8E

Black with #F29B8E

Text Example


Text Example

White with #F29B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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