Html Css Color HEX #FFBA98 Mandys Pink

📋 copy color: '#FFBA98'

red 255 ◦ green 186 ◦ blue 152

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

Shades of Mandys Pink #FFBA98

Tints of Mandys Pink #FFBA98

RGB

 RED value IS 255 (100% from 255) = 43%

 GREEN value IS 186 (73.05% from 255) = 31.37%

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

R = 43%
G = 31.37%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFBA98 (or 0xFFBA98) is known color: Mandys Pink. HEX triplet: FF, BA and 98. RGB value is (255,186,152). Sum of RGB (Red+Green+Blue) = 255+186+152=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA98 is #004567. Grayscale: #CACACA. Windows color (decimal): -17768 or 10009343. OLE color: 10009343.

HSL color Cylindrical-coordinate representation of color #FFBA98: hue angle of 19.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFBA98 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 186 152 -
CMYK 0 0.27 0.40 0
HSL 19.81º 1% 0.8% -
HSV(B) 19.81º 0.4% 1% -
XYZ 64.47 58.64 37.63 -
YUV 202.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 255 186 152 0 0.27 0.40 0 19.81 1 0.8
Hex FF BA 98 0 1B 28 0 14 64 50
Octal 377 272 230 0 33 50 0 24 144 120
Binary 11111111 10111010 10011000 0 11011 101000 0 10100 1100100 1010000

Color Harmonies of #FFBA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA98

Black with #FFBA98

Text Example


Text Example

White with #FFBA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA98; }

 p { color: rgb(255,186,152); }

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

background-color css

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

 a { background-color: rgb(255,186,152); }

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

border-color css

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

 span { border-color: rgb(255,186,152); }

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