Html Css Color HEX #F0B08A Mandys Pink

📋 copy color: '#F0B08A'

red 240 ◦ green 176 ◦ blue 138

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

Shades of Mandys Pink #F0B08A

Tints of Mandys Pink #F0B08A

RGB

 RED value IS 240 (94.14% from 255) = 43.32%

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

 BLUE value IS 138 (54.3% from 255) = 24.91%

R = 43.32%
G = 31.77%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0B08A (or 0xF0B08A) is known color: Mandys Pink. HEX triplet: F0, B0 and 8A. RGB value is (240,176,138). Sum of RGB (Red+Green+Blue) = 240+176+138=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B08A is #0F4F75. Grayscale: #BFBFBF. Windows color (decimal): -1003382 or 9089264. OLE color: 9089264.

HSL color Cylindrical-coordinate representation of color #F0B08A: hue angle of 22.35º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0B08A is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 176 138 -
CMYK 0 0.27 0.42 0.06
HSL 22.35º 0.77% 0.74% -
HSV(B) 22.35º 0.43% 0.94% -
XYZ 56.05 51.41 31.01 -
YUV 190.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 240 176 138 0 0.27 0.42 0.06 22.35 0.77 0.74
Hex F0 B0 8A 0 1B 2A 6 16 4D 4A
Octal 360 260 212 0 33 52 6 26 115 112
Binary 11110000 10110000 10001010 0 11011 101010 110 10110 1001101 1001010

Color Harmonies of #F0B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B08A

Black with #F0B08A

Text Example


Text Example

White with #F0B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B08A; }

 p { color: rgb(240,176,138); }

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

background-color css

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

 a { background-color: rgb(240,176,138); }

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

border-color css

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

 span { border-color: rgb(240,176,138); }

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