Html Css Color HEX #FCBA96 Mandys Pink

📋 copy color: '#FCBA96'

red 252 ◦ green 186 ◦ blue 150

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

Shades of Mandys Pink #FCBA96

Tints of Mandys Pink #FCBA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.51%

R = 42.86%
G = 31.63%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCBA96 (or 0xFCBA96) is known color: Mandys Pink. HEX triplet: FC, BA and 96. RGB value is (252,186,150). Sum of RGB (Red+Green+Blue) = 252+186+150=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA96 is #034569. Grayscale: #C9C9C9. Windows color (decimal): -214378 or 9878268. OLE color: 9878268.

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

Color convert

RGB 252 186 150 -
CMYK 0 0.26 0.40 0.01
HSL 21.18º 0.94% 0.79% -
HSV(B) 21.18º 0.4% 0.99% -
XYZ 63.21 58.02 36.72 -
YUV 201.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 252 186 150 0 0.26 0.40 0.01 21.18 0.94 0.79
Hex FC BA 96 0 1A 28 1 15 5E 4F
Octal 374 272 226 0 32 50 1 25 136 117
Binary 11111100 10111010 10010110 0 11010 101000 1 10101 1011110 1001111

Color Harmonies of #FCBA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA96

Black with #FCBA96

Text Example


Text Example

White with #FCBA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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