Html Css Color HEX #FAB28A Mandys Pink

📋 copy color: '#FAB28A'

red 250 ◦ green 178 ◦ blue 138

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

Shades of Mandys Pink #FAB28A

Tints of Mandys Pink #FAB28A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.45%

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

R = 44.17%
G = 31.45%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAB28A (or 0xFAB28A) is known color: Mandys Pink. HEX triplet: FA, B2 and 8A. RGB value is (250,178,138). Sum of RGB (Red+Green+Blue) = 250+178+138=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB28A is #054D75. Grayscale: #C3C3C3. Windows color (decimal): -347510 or 9089786. OLE color: 9089786.

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

Color convert

RGB 250 178 138 -
CMYK 0 0.29 0.45 0.02
HSL 21.43º 0.92% 0.76% -
HSV(B) 21.43º 0.45% 0.98% -
XYZ 59.93 54 31.31 -
YUV 194.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 250 178 138 0 0.29 0.45 0.02 21.43 0.92 0.76
Hex FA B2 8A 0 1D 2D 2 15 5C 4C
Octal 372 262 212 0 35 55 2 25 134 114
Binary 11111010 10110010 10001010 0 11101 101101 10 10101 1011100 1001100

Color Harmonies of #FAB28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB28A

Black with #FAB28A

Text Example


Text Example

White with #FAB28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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