Html Css Color HEX #F2B093 Mandys Pink

📋 copy color: '#F2B093'

red 242 ◦ green 176 ◦ blue 147

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

Shades of Mandys Pink #F2B093

Tints of Mandys Pink #F2B093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

 BLUE value IS 147 (57.81% from 255) = 26.02%

R = 42.83%
G = 31.15%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F2B093 (or 0xF2B093) is known color: Mandys Pink. HEX triplet: F2, B0 and 93. RGB value is (242,176,147). Sum of RGB (Red+Green+Blue) = 242+176+147=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B093 is #0D4F6C. Grayscale: #C0C0C0. Windows color (decimal): -872301 or 9679090. OLE color: 9679090.

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

Color convert

RGB 242 176 147 -
CMYK 0 0.27 0.39 0.05
HSL 18.32º 0.79% 0.76% -
HSV(B) 18.32º 0.39% 0.95% -
XYZ 57.41 52.03 34.62 -
YUV 192.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 242 176 147 0 0.27 0.39 0.05 18.32 0.79 0.76
Hex F2 B0 93 0 1B 27 5 12 4F 4C
Octal 362 260 223 0 33 47 5 22 117 114
Binary 11110010 10110000 10010011 0 11011 100111 101 10010 1001111 1001100

Color Harmonies of #F2B093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B093

Black with #F2B093

Text Example


Text Example

White with #F2B093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B093; }

 p { color: rgb(242,176,147); }

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

background-color css

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

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

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

border-color css

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

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

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