Html Css Color HEX #FAB08A Mandys Pink

📋 copy color: '#FAB08A'

red 250 ◦ green 176 ◦ blue 138

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

Shades of Mandys Pink #FAB08A

Tints of Mandys Pink #FAB08A

RGB

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

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

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

R = 44.33%
G = 31.21%
B = 24.47%

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

#FAB08A (or 0xFAB08A) is known color: Mandys Pink. HEX triplet: FA, B0 and 8A. RGB value is (250,176,138). Sum of RGB (Red+Green+Blue) = 250+176+138=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB08A is #054F75. Grayscale: #C2C2C2. Windows color (decimal): -348022 or 9089274. OLE color: 9089274.

HSL color Cylindrical-coordinate representation of color #FAB08A: hue angle of 20.36º degrees, saturation: 0.92, 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 #FAB08A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 138 -
CMYK 0 0.30 0.45 0.02
HSL 20.36º 0.92% 0.76% -
HSV(B) 20.36º 0.45% 0.98% -
XYZ 59.54 53.21 31.18 -
YUV 193.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 250 176 138 0 0.30 0.45 0.02 20.36 0.92 0.76
Hex FA B0 8A 0 1E 2D 2 14 5C 4C
Octal 372 260 212 0 36 55 2 24 134 114
Binary 11111010 10110000 10001010 0 11110 101101 10 10100 1011100 1001100

Color Harmonies of #FAB08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB08A

Black with #FAB08A

Text Example


Text Example

White with #FAB08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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