Html Css Color HEX #FCBBA3 Mandys Pink

📋 copy color: '#FCBBA3'

red 252 ◦ green 187 ◦ blue 163

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

Shades of Mandys Pink #FCBBA3

Tints of Mandys Pink #FCBBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.08%

R = 41.86%
G = 31.06%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCBBA3 (or 0xFCBBA3) is known color: Mandys Pink. HEX triplet: FC, BB and A3. RGB value is (252,187,163). Sum of RGB (Red+Green+Blue) = 252+187+163=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA3 is #03445C. Grayscale: #CBCBCB. Windows color (decimal): -214109 or 10730492. OLE color: 10730492.

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

Color convert

RGB 252 187 163 -
CMYK 0 0.26 0.35 0.01
HSL 16.18º 0.94% 0.81% -
HSV(B) 16.18º 0.35% 0.99% -
XYZ 64.53 58.88 42.61 -
YUV 203.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 252 187 163 0 0.26 0.35 0.01 16.18 0.94 0.81
Hex FC BB A3 0 1A 23 1 10 5E 51
Octal 374 273 243 0 32 43 1 20 136 121
Binary 11111100 10111011 10100011 0 11010 100011 1 10000 1011110 1010001

Color Harmonies of #FCBBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBA3

Black with #FCBBA3

Text Example


Text Example

White with #FCBBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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