Html Css Color HEX #FFB08B Mandys Pink

📋 copy color: '#FFB08B'

red 255 ◦ green 176 ◦ blue 139

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

Shades of Mandys Pink #FFB08B

Tints of Mandys Pink #FFB08B

RGB

 RED value IS 255 (100% from 255) = 44.74%

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

 BLUE value IS 139 (54.69% from 255) = 24.39%

R = 44.74%
G = 30.88%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFB08B (or 0xFFB08B) is known color: Mandys Pink. HEX triplet: FF, B0 and 8B. RGB value is (255,176,139). Sum of RGB (Red+Green+Blue) = 255+176+139=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB08B is #004F74. Grayscale: #C3C3C3. Windows color (decimal): -20341 or 9154815. OLE color: 9154815.

HSL color Cylindrical-coordinate representation of color #FFB08B: hue angle of 19.14º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFB08B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 139 -
CMYK 0 0.31 0.45 0
HSL 19.14º 1% 0.77% -
HSV(B) 19.14º 0.45% 1% -
XYZ 61.43 54.17 31.65 -
YUV 195.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 255 176 139 0 0.31 0.45 0 19.14 1 0.77
Hex FF B0 8B 0 1F 2D 0 13 64 4D
Octal 377 260 213 0 37 55 0 23 144 115
Binary 11111111 10110000 10001011 0 11111 101101 0 10011 1100100 1001101

Color Harmonies of #FFB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB08B

Black with #FFB08B

Text Example


Text Example

White with #FFB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB08B; }

 p { color: rgb(255,176,139); }

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

background-color css

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

 a { background-color: rgb(255,176,139); }

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

border-color css

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

 span { border-color: rgb(255,176,139); }

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