Html Css Color HEX #FCBC8E Mandys Pink

📋 copy color: '#FCBC8E'

red 252 ◦ green 188 ◦ blue 142

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

Shades of Mandys Pink #FCBC8E

Tints of Mandys Pink #FCBC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.4%

R = 43.3%
G = 32.3%
B = 24.4%

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

#FCBC8E (or 0xFCBC8E) is known color: Mandys Pink. HEX triplet: FC, BC and 8E. RGB value is (252,188,142). Sum of RGB (Red+Green+Blue) = 252+188+142=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC8E is #034371. Grayscale: #CACACA. Windows color (decimal): -213874 or 9354492. OLE color: 9354492.

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

Color convert

RGB 252 188 142 -
CMYK 0 0.25 0.44 0.01
HSL 25.09º 0.95% 0.77% -
HSV(B) 25.09º 0.44% 0.99% -
XYZ 63.01 58.61 33.58 -
YUV 201.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 252 188 142 0 0.25 0.44 0.01 25.09 0.95 0.77
Hex FC BC 8E 0 19 2C 1 19 5F 4D
Octal 374 274 216 0 31 54 1 31 137 115
Binary 11111100 10111100 10001110 0 11001 101100 1 11001 1011111 1001101

Color Harmonies of #FCBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC8E

Black with #FCBC8E

Text Example


Text Example

White with #FCBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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