Html Css Color HEX #FCBA99 Mandys Pink

📋 copy color: '#FCBA99'

red 252 ◦ green 186 ◦ blue 153

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

Shades of Mandys Pink #FCBA99

Tints of Mandys Pink #FCBA99

RGB

 RED value IS 252 (98.83% from 255) = 42.64%

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

 BLUE value IS 153 (60.16% from 255) = 25.89%

R = 42.64%
G = 31.47%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FCBA99 (or 0xFCBA99) is known color: Mandys Pink. HEX triplet: FC, BA and 99. RGB value is (252,186,153). Sum of RGB (Red+Green+Blue) = 252+186+153=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA99 is #034566. Grayscale: #CACACA. Windows color (decimal): -214375 or 10074876. OLE color: 10074876.

HSL color Cylindrical-coordinate representation of color #FCBA99: hue angle of 20º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCBA99 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 186 153 -
CMYK 0 0.26 0.39 0.01
HSL 20º 0.94% 0.79% -
HSV(B) 20º 0.39% 0.99% -
XYZ 63.45 58.11 38.01 -
YUV 201.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 252 186 153 0 0.26 0.39 0.01 20 0.94 0.79
Hex FC BA 99 0 1A 27 1 14 5E 4F
Octal 374 272 231 0 32 47 1 24 136 117
Binary 11111100 10111010 10011001 0 11010 100111 1 10100 1011110 1001111

Color Harmonies of #FCBA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA99

Black with #FCBA99

Text Example


Text Example

White with #FCBA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA99; }

 p { color: rgb(252,186,153); }

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

background-color css

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

 a { background-color: rgb(252,186,153); }

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

border-color css

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

 span { border-color: rgb(252,186,153); }

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