Html Css Color HEX #FAB498 Mandys Pink

📋 copy color: '#FAB498'

red 250 ◦ green 180 ◦ blue 152

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

Shades of Mandys Pink #FAB498

Tints of Mandys Pink #FAB498

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.93%

 BLUE value IS 152 (59.77% from 255) = 26.12%

R = 42.96%
G = 30.93%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAB498 (or 0xFAB498) is known color: Mandys Pink. HEX triplet: FA, B4 and 98. RGB value is (250,180,152). Sum of RGB (Red+Green+Blue) = 250+180+152=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB498 is #054B67. Grayscale: #C5C5C5. Windows color (decimal): -346984 or 10007802. OLE color: 10007802.

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

Color convert

RGB 250 180 152 -
CMYK 0 0.28 0.39 0.02
HSL 17.14º 0.91% 0.79% -
HSV(B) 17.14º 0.39% 0.98% -
XYZ 61.41 55.23 37.13 -
YUV 197.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 250 180 152 0 0.28 0.39 0.02 17.14 0.91 0.79
Hex FA B4 98 0 1C 27 2 11 5B 4F
Octal 372 264 230 0 34 47 2 21 133 117
Binary 11111010 10110100 10011000 0 11100 100111 10 10001 1011011 1001111

Color Harmonies of #FAB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB498

Black with #FAB498

Text Example


Text Example

White with #FAB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB498; }

 p { color: rgb(250,180,152); }

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

background-color css

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

 a { background-color: rgb(250,180,152); }

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

border-color css

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

 span { border-color: rgb(250,180,152); }

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