Html Css Color HEX #FBB08A Mandys Pink

📋 copy color: '#FBB08A'

red 251 ◦ green 176 ◦ blue 138

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

Shades of Mandys Pink #FBB08A

Tints of Mandys Pink #FBB08A

RGB

 RED value IS 251 (98.44% from 255) = 44.42%

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

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

R = 44.42%
G = 31.15%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBB08A (or 0xFBB08A) is known color: Mandys Pink. HEX triplet: FB, B0 and 8A. RGB value is (251,176,138). Sum of RGB (Red+Green+Blue) = 251+176+138=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB08A is #044F75. Grayscale: #C2C2C2. Windows color (decimal): -282486 or 9089275. OLE color: 9089275.

HSL color Cylindrical-coordinate representation of color #FBB08A: hue angle of 20.18º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBB08A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 176 138 -
CMYK 0 0.30 0.45 0.02
HSL 20.18º 0.93% 0.76% -
HSV(B) 20.18º 0.45% 0.98% -
XYZ 59.9 53.39 31.19 -
YUV 194.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 251 176 138 0 0.30 0.45 0.02 20.18 0.93 0.76
Hex FB B0 8A 0 1E 2D 2 14 5D 4C
Octal 373 260 212 0 36 55 2 24 135 114
Binary 11111011 10110000 10001010 0 11110 101101 10 10100 1011101 1001100

Color Harmonies of #FBB08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB08A

Black with #FBB08A

Text Example


Text Example

White with #FBB08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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