Html Css Color HEX #FCBC8D Mandys Pink

📋 copy color: '#FCBC8D'

red 252 ◦ green 188 ◦ blue 141

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

Shades of Mandys Pink #FCBC8D

Tints of Mandys Pink #FCBC8D

RGB

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

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

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

R = 43.37%
G = 32.36%
B = 24.27%

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

#FCBC8D (or 0xFCBC8D) is known color: Mandys Pink. HEX triplet: FC, BC and 8D. RGB value is (252,188,141). Sum of RGB (Red+Green+Blue) = 252+188+141=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC8D is #034372. Grayscale: #CACACA. Windows color (decimal): -213875 or 9288956. OLE color: 9288956.

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

Color convert

RGB 252 188 141 -
CMYK 0 0.25 0.44 0.01
HSL 25.41º 0.95% 0.77% -
HSV(B) 25.41º 0.44% 0.99% -
XYZ 62.94 58.58 33.19 -
YUV 201.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 252 188 141 0 0.25 0.44 0.01 25.41 0.95 0.77
Hex FC BC 8D 0 19 2C 1 19 5F 4D
Octal 374 274 215 0 31 54 1 31 137 115
Binary 11111100 10111100 10001101 0 11001 101100 1 11001 1011111 1001101

Color Harmonies of #FCBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC8D

Black with #FCBC8D

Text Example


Text Example

White with #FCBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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