Html Css Color HEX #FCBD8D Mandys Pink

📋 copy color: '#FCBD8D'

red 252 ◦ green 189 ◦ blue 141

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

Shades of Mandys Pink #FCBD8D

Tints of Mandys Pink #FCBD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.23%

R = 43.3%
G = 32.47%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCBD8D (or 0xFCBD8D) is known color: Mandys Pink. HEX triplet: FC, BD and 8D. RGB value is (252,189,141). Sum of RGB (Red+Green+Blue) = 252+189+141=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBD8D is #034272. Grayscale: #CACACA. Windows color (decimal): -213619 or 9289212. OLE color: 9289212.

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

Color convert

RGB 252 189 141 -
CMYK 0 0.25 0.44 0.01
HSL 25.95º 0.95% 0.77% -
HSV(B) 25.95º 0.44% 0.99% -
XYZ 63.15 59.01 33.26 -
YUV 202.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 252 189 141 0 0.25 0.44 0.01 25.95 0.95 0.77
Hex FC BD 8D 0 19 2C 1 1A 5F 4D
Octal 374 275 215 0 31 54 1 32 137 115
Binary 11111100 10111101 10001101 0 11001 101100 1 11010 1011111 1001101

Color Harmonies of #FCBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD8D

Black with #FCBD8D

Text Example


Text Example

White with #FCBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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