Html Css Color HEX #FCBCA2 Mandys Pink

📋 copy color: '#FCBCA2'

red 252 ◦ green 188 ◦ blue 162

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

Shades of Mandys Pink #FCBCA2

Tints of Mandys Pink #FCBCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.23%

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

R = 41.86%
G = 31.23%
B = 26.91%

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

#FCBCA2 (or 0xFCBCA2) is known color: Mandys Pink. HEX triplet: FC, BC and A2. RGB value is (252,188,162). Sum of RGB (Red+Green+Blue) = 252+188+162=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCA2 is #03435D. Grayscale: #CCCCCC. Windows color (decimal): -213854 or 10665212. OLE color: 10665212.

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

Color convert

RGB 252 188 162 -
CMYK 0 0.25 0.36 0.01
HSL 17.33º 0.94% 0.81% -
HSV(B) 17.33º 0.36% 0.99% -
XYZ 64.65 59.27 42.22 -
YUV 204.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 252 188 162 0 0.25 0.36 0.01 17.33 0.94 0.81
Hex FC BC A2 0 19 24 1 11 5E 51
Octal 374 274 242 0 31 44 1 21 136 121
Binary 11111100 10111100 10100010 0 11001 100100 1 10001 1011110 1010001

Color Harmonies of #FCBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCA2

Black with #FCBCA2

Text Example


Text Example

White with #FCBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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