Html Css Color HEX #FAB08F Mandys Pink

📋 copy color: '#FAB08F'

red 250 ◦ green 176 ◦ blue 143

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

Shades of Mandys Pink #FAB08F

Tints of Mandys Pink #FAB08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.13%

R = 43.94%
G = 30.93%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAB08F (or 0xFAB08F) is known color: Mandys Pink. HEX triplet: FA, B0 and 8F. RGB value is (250,176,143). Sum of RGB (Red+Green+Blue) = 250+176+143=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB08F is #054F70. Grayscale: #C2C2C2. Windows color (decimal): -348017 or 9416954. OLE color: 9416954.

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

Color convert

RGB 250 176 143 -
CMYK 0 0.30 0.43 0.02
HSL 18.5º 0.91% 0.77% -
HSV(B) 18.5º 0.43% 0.98% -
XYZ 59.91 53.36 33.13 -
YUV 194.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 250 176 143 0 0.30 0.43 0.02 18.5 0.91 0.77
Hex FA B0 8F 0 1E 2B 2 13 5B 4D
Octal 372 260 217 0 36 53 2 23 133 115
Binary 11111010 10110000 10001111 0 11110 101011 10 10011 1011011 1001101

Color Harmonies of #FAB08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB08F

Black with #FAB08F

Text Example


Text Example

White with #FAB08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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