Html Css Color HEX #FAB08B Mandys Pink

📋 copy color: '#FAB08B'

red 250 ◦ green 176 ◦ blue 139

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

Shades of Mandys Pink #FAB08B

Tints of Mandys Pink #FAB08B

RGB

 RED value IS 250 (98.05% from 255) = 44.25%

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

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

R = 44.25%
G = 31.15%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAB08B (or 0xFAB08B) is known color: Mandys Pink. HEX triplet: FA, B0 and 8B. RGB value is (250,176,139). Sum of RGB (Red+Green+Blue) = 250+176+139=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB08B is #054F74. Grayscale: #C2C2C2. Windows color (decimal): -348021 or 9154810. OLE color: 9154810.

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

Color convert

RGB 250 176 139 -
CMYK 0 0.30 0.44 0.02
HSL 20º 0.92% 0.76% -
HSV(B) 20º 0.44% 0.98% -
XYZ 59.61 53.24 31.56 -
YUV 193.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 250 176 139 0 0.30 0.44 0.02 20 0.92 0.76
Hex FA B0 8B 0 1E 2C 2 14 5C 4C
Octal 372 260 213 0 36 54 2 24 134 114
Binary 11111010 10110000 10001011 0 11110 101100 10 10100 1011100 1001100

Color Harmonies of #FAB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB08B

Black with #FAB08B

Text Example


Text Example

White with #FAB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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