Html Css Color HEX #FCBDA2 Mandys Pink

📋 copy color: '#FCBDA2'

red 252 ◦ green 189 ◦ blue 162

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

Shades of Mandys Pink #FCBDA2

Tints of Mandys Pink #FCBDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.87%

R = 41.79%
G = 31.34%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCBDA2 (or 0xFCBDA2) is known color: Mandys Pink. HEX triplet: FC, BD and A2. RGB value is (252,189,162). Sum of RGB (Red+Green+Blue) = 252+189+162=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDA2 is #03425D. Grayscale: #CCCCCC. Windows color (decimal): -213598 or 10665468. OLE color: 10665468.

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

Color convert

RGB 252 189 162 -
CMYK 0 0.25 0.36 0.01
HSL 18º 0.94% 0.81% -
HSV(B) 18º 0.36% 0.99% -
XYZ 64.86 59.7 42.29 -
YUV 204.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 252 189 162 0 0.25 0.36 0.01 18 0.94 0.81
Hex FC BD A2 0 19 24 1 12 5E 51
Octal 374 275 242 0 31 44 1 22 136 121
Binary 11111100 10111101 10100010 0 11001 100100 1 10010 1011110 1010001

Color Harmonies of #FCBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDA2

Black with #FCBDA2

Text Example


Text Example

White with #FCBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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