Html Css Color HEX #FCBBA0 Mandys Pink

📋 copy color: '#FCBBA0'

red 252 ◦ green 187 ◦ blue 160

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

Shades of Mandys Pink #FCBBA0

Tints of Mandys Pink #FCBBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

 BLUE value IS 160 (62.89% from 255) = 26.71%

R = 42.07%
G = 31.22%
B = 26.71%

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

#FCBBA0 (or 0xFCBBA0) is known color: Mandys Pink. HEX triplet: FC, BB and A0. RGB value is (252,187,160). Sum of RGB (Red+Green+Blue) = 252+187+160=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA0 is #03445F. Grayscale: #CBCBCB. Windows color (decimal): -214112 or 10533884. OLE color: 10533884.

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

Color convert

RGB 252 187 160 -
CMYK 0 0.26 0.37 0.01
HSL 17.61º 0.94% 0.81% -
HSV(B) 17.61º 0.37% 0.99% -
XYZ 64.26 58.77 41.22 -
YUV 203.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 252 187 160 0 0.26 0.37 0.01 17.61 0.94 0.81
Hex FC BB A0 0 1A 25 1 12 5E 51
Octal 374 273 240 0 32 45 1 22 136 121
Binary 11111100 10111011 10100000 0 11010 100101 1 10010 1011110 1010001

Color Harmonies of #FCBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBA0

Black with #FCBBA0

Text Example


Text Example

White with #FCBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBA0; }

 p { color: rgb(252,187,160); }

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

background-color css

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

 a { background-color: rgb(252,187,160); }

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

border-color css

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

 span { border-color: rgb(252,187,160); }

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