Html Css Color HEX #FCBDA0 Mandys Pink

📋 copy color: '#FCBDA0'

red 252 ◦ green 189 ◦ blue 160

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

Shades of Mandys Pink #FCBDA0

Tints of Mandys Pink #FCBDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.45%

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

R = 41.93%
G = 31.45%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCBDA0 (or 0xFCBDA0) is known color: Mandys Pink. HEX triplet: FC, BD and A0. RGB value is (252,189,160). Sum of RGB (Red+Green+Blue) = 252+189+160=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDA0 is #03425F. Grayscale: #CCCCCC. Windows color (decimal): -213600 or 10534396. OLE color: 10534396.

HSL color Cylindrical-coordinate representation of color #FCBDA0: hue angle of 18.91º 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 #FCBDA0 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 189 160 -
CMYK 0 0.25 0.37 0.01
HSL 18.91º 0.94% 0.81% -
HSV(B) 18.91º 0.37% 0.99% -
XYZ 64.69 59.63 41.36 -
YUV 204.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 252 189 160 0 0.25 0.37 0.01 18.91 0.94 0.81
Hex FC BD A0 0 19 25 1 13 5E 51
Octal 374 275 240 0 31 45 1 23 136 121
Binary 11111100 10111101 10100000 0 11001 100101 1 10011 1011110 1010001

Color Harmonies of #FCBDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDA0

Black with #FCBDA0

Text Example


Text Example

White with #FCBDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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