Html Css Color HEX #FCBA9E Mandys Pink

📋 copy color: '#FCBA9E'

red 252 ◦ green 186 ◦ blue 158

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

Shades of Mandys Pink #FCBA9E

Tints of Mandys Pink #FCBA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.51%

R = 42.28%
G = 31.21%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCBA9E (or 0xFCBA9E) is known color: Mandys Pink. HEX triplet: FC, BA and 9E. RGB value is (252,186,158). Sum of RGB (Red+Green+Blue) = 252+186+158=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA9E is #034561. Grayscale: #CACACA. Windows color (decimal): -214370 or 10402556. OLE color: 10402556.

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

Color convert

RGB 252 186 158 -
CMYK 0 0.26 0.37 0.01
HSL 17.87º 0.94% 0.8% -
HSV(B) 17.87º 0.37% 0.99% -
XYZ 63.88 58.28 40.23 -
YUV 202.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 252 186 158 0 0.26 0.37 0.01 17.87 0.94 0.8
Hex FC BA 9E 0 1A 25 1 12 5E 50
Octal 374 272 236 0 32 45 1 22 136 120
Binary 11111100 10111010 10011110 0 11010 100101 1 10010 1011110 1010000

Color Harmonies of #FCBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA9E

Black with #FCBA9E

Text Example


Text Example

White with #FCBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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