Html Css Color HEX #FCBC8C Mandys Pink

📋 copy color: '#FCBC8C'

red 252 ◦ green 188 ◦ blue 140

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

Shades of Mandys Pink #FCBC8C

Tints of Mandys Pink #FCBC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.14%

R = 43.45%
G = 32.41%
B = 24.14%

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

#FCBC8C (or 0xFCBC8C) is known color: Mandys Pink. HEX triplet: FC, BC and 8C. RGB value is (252,188,140). Sum of RGB (Red+Green+Blue) = 252+188+140=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC8C is #034373. Grayscale: #C9C9C9. Windows color (decimal): -213876 or 9223420. OLE color: 9223420.

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

Color convert

RGB 252 188 140 -
CMYK 0 0.25 0.44 0.01
HSL 25.71º 0.95% 0.77% -
HSV(B) 25.71º 0.44% 0.99% -
XYZ 62.86 58.56 32.8 -
YUV 201.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 252 188 140 0 0.25 0.44 0.01 25.71 0.95 0.77
Hex FC BC 8C 0 19 2C 1 1A 5F 4D
Octal 374 274 214 0 31 54 1 32 137 115
Binary 11111100 10111100 10001100 0 11001 101100 1 11010 1011111 1001101

Color Harmonies of #FCBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC8C

Black with #FCBC8C

Text Example


Text Example

White with #FCBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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