Html Css Color HEX #FCBDA1 Mandys Pink

📋 copy color: '#FCBDA1'

red 252 ◦ green 189 ◦ blue 161

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

Shades of Mandys Pink #FCBDA1

Tints of Mandys Pink #FCBDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.74%

R = 41.86%
G = 31.4%
B = 26.74%

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

#FCBDA1 (or 0xFCBDA1) is known color: Mandys Pink. HEX triplet: FC, BD and A1. RGB value is (252,189,161). Sum of RGB (Red+Green+Blue) = 252+189+161=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDA1 is #03425E. Grayscale: #CCCCCC. Windows color (decimal): -213599 or 10599932. OLE color: 10599932.

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

Color convert

RGB 252 189 161 -
CMYK 0 0.25 0.36 0.01
HSL 18.46º 0.94% 0.81% -
HSV(B) 18.46º 0.36% 0.99% -
XYZ 64.78 59.66 41.82 -
YUV 204.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 252 189 161 0 0.25 0.36 0.01 18.46 0.94 0.81
Hex FC BD A1 0 19 24 1 12 5E 51
Octal 374 275 241 0 31 44 1 22 136 121
Binary 11111100 10111101 10100001 0 11001 100100 1 10010 1011110 1010001

Color Harmonies of #FCBDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDA1

Black with #FCBDA1

Text Example


Text Example

White with #FCBDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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