Html Css Color HEX #F7B996 Mandys Pink

📋 copy color: '#F7B996'

red 247 ◦ green 185 ◦ blue 150

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

Shades of Mandys Pink #F7B996

Tints of Mandys Pink #F7B996

RGB

 RED value IS 247 (96.88% from 255) = 42.44%

 GREEN value IS 185 (72.66% from 255) = 31.79%

 BLUE value IS 150 (58.98% from 255) = 25.77%

R = 42.44%
G = 31.79%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F7B996 (or 0xF7B996) is known color: Mandys Pink. HEX triplet: F7, B9 and 96. RGB value is (247,185,150). Sum of RGB (Red+Green+Blue) = 247+185+150=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B996 is #084669. Grayscale: #C7C7C7. Windows color (decimal): -542314 or 9878007. OLE color: 9878007.

HSL color Cylindrical-coordinate representation of color #F7B996: hue angle of 21.65º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7B996 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 185 150 -
CMYK 0 0.25 0.39 0.03
HSL 21.65º 0.86% 0.78% -
HSV(B) 21.65º 0.39% 0.97% -
XYZ 61.21 56.67 36.57 -
YUV 199.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 247 185 150 0 0.25 0.39 0.03 21.65 0.86 0.78
Hex F7 B9 96 0 19 27 3 16 56 4E
Octal 367 271 226 0 31 47 3 26 126 116
Binary 11110111 10111001 10010110 0 11001 100111 11 10110 1010110 1001110

Color Harmonies of #F7B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B996

Black with #F7B996

Text Example


Text Example

White with #F7B996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B996; }

 p { color: rgb(247,185,150); }

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

background-color css

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

 a { background-color: rgb(247,185,150); }

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

border-color css

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

 span { border-color: rgb(247,185,150); }

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