Html Css Color HEX #F6B298 Mandys Pink

📋 copy color: '#F6B298'

red 246 ◦ green 178 ◦ blue 152

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

Shades of Mandys Pink #F6B298

Tints of Mandys Pink #F6B298

RGB

 RED value IS 246 (96.48% from 255) = 42.71%

 GREEN value IS 178 (69.92% from 255) = 30.9%

 BLUE value IS 152 (59.77% from 255) = 26.39%

R = 42.71%
G = 30.9%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F6B298 (or 0xF6B298) is known color: Mandys Pink. HEX triplet: F6, B2 and 98. RGB value is (246,178,152). Sum of RGB (Red+Green+Blue) = 246+178+152=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B298 is #094D67. Grayscale: #C3C3C3. Windows color (decimal): -609640 or 10007286. OLE color: 10007286.

HSL color Cylindrical-coordinate representation of color #F6B298: hue angle of 16.6º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6B298 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 178 152 -
CMYK 0 0.28 0.38 0.04
HSL 16.6º 0.84% 0.78% -
HSV(B) 16.6º 0.38% 0.96% -
XYZ 59.59 53.7 36.93 -
YUV 195.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 246 178 152 0 0.28 0.38 0.04 16.6 0.84 0.78
Hex F6 B2 98 0 1C 26 4 11 54 4E
Octal 366 262 230 0 34 46 4 21 124 116
Binary 11110110 10110010 10011000 0 11100 100110 100 10001 1010100 1001110

Color Harmonies of #F6B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B298

Black with #F6B298

Text Example


Text Example

White with #F6B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B298; }

 p { color: rgb(246,178,152); }

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

background-color css

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

 a { background-color: rgb(246,178,152); }

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

border-color css

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

 span { border-color: rgb(246,178,152); }

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