Html Css Color HEX #FAB28B Mandys Pink

📋 copy color: '#FAB28B'

red 250 ◦ green 178 ◦ blue 139

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

Shades of Mandys Pink #FAB28B

Tints of Mandys Pink #FAB28B

RGB

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

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

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

R = 44.09%
G = 31.39%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAB28B (or 0xFAB28B) is known color: Mandys Pink. HEX triplet: FA, B2 and 8B. RGB value is (250,178,139). Sum of RGB (Red+Green+Blue) = 250+178+139=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB28B is #054D74. Grayscale: #C3C3C3. Windows color (decimal): -347509 or 9155322. OLE color: 9155322.

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

Color convert

RGB 250 178 139 -
CMYK 0 0.29 0.44 0.02
HSL 21.08º 0.92% 0.76% -
HSV(B) 21.08º 0.44% 0.98% -
XYZ 60 54.03 31.69 -
YUV 195.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 250 178 139 0 0.29 0.44 0.02 21.08 0.92 0.76
Hex FA B2 8B 0 1D 2C 2 15 5C 4C
Octal 372 262 213 0 35 54 2 25 134 114
Binary 11111010 10110010 10001011 0 11101 101100 10 10101 1011100 1001100

Color Harmonies of #FAB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB28B

Black with #FAB28B

Text Example


Text Example

White with #FAB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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