Html Css Color HEX #F3C096 Mandys Pink

📋 copy color: '#F3C096'

red 243 ◦ green 192 ◦ blue 150

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

Shades of Mandys Pink #F3C096

Tints of Mandys Pink #F3C096

RGB

 RED value IS 243 (95.31% from 255) = 41.54%

 GREEN value IS 192 (75.39% from 255) = 32.82%

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

R = 41.54%
G = 32.82%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F3C096 (or 0xF3C096) is known color: Mandys Pink. HEX triplet: F3, C0 and 96. RGB value is (243,192,150). Sum of RGB (Red+Green+Blue) = 243+192+150=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C096 is #0C3F69. Grayscale: #CACACA. Windows color (decimal): -802666 or 9879795. OLE color: 9879795.

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

Color convert

RGB 243 192 150 -
CMYK 0 0.21 0.38 0.05
HSL 27.1º 0.79% 0.77% -
HSV(B) 27.1º 0.38% 0.95% -
XYZ 61.32 58.96 37 -
YUV 202.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 243 192 150 0 0.21 0.38 0.05 27.1 0.79 0.77
Hex F3 C0 96 0 15 26 5 1B 4F 4D
Octal 363 300 226 0 25 46 5 33 117 115
Binary 11110011 11000000 10010110 0 10101 100110 101 11011 1001111 1001101

Color Harmonies of #F3C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C096

Black with #F3C096

Text Example


Text Example

White with #F3C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C096; }

 p { color: rgb(243,192,150); }

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

background-color css

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

 a { background-color: rgb(243,192,150); }

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

border-color css

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

 span { border-color: rgb(243,192,150); }

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