Html Css Color HEX #FCB18C Mandys Pink

📋 copy color: '#FCB18C'

red 252 ◦ green 177 ◦ blue 140

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

Shades of Mandys Pink #FCB18C

Tints of Mandys Pink #FCB18C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.11%

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

R = 44.29%
G = 31.11%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCB18C (or 0xFCB18C) is known color: Mandys Pink. HEX triplet: FC, B1 and 8C. RGB value is (252,177,140). Sum of RGB (Red+Green+Blue) = 252+177+140=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB18C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB18C is #034E73. Grayscale: #C3C3C3. Windows color (decimal): -216692 or 9220604. OLE color: 9220604.

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

Color convert

RGB 252 177 140 -
CMYK 0 0.30 0.44 0.01
HSL 19.82º 0.95% 0.77% -
HSV(B) 19.82º 0.44% 0.99% -
XYZ 60.6 54.03 32.05 -
YUV 195.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 252 177 140 0 0.30 0.44 0.01 19.82 0.95 0.77
Hex FC B1 8C 0 1E 2C 1 14 5F 4D
Octal 374 261 214 0 36 54 1 24 137 115
Binary 11111100 10110001 10001100 0 11110 101100 1 10100 1011111 1001101

Color Harmonies of #FCB18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB18C

Black with #FCB18C

Text Example


Text Example

White with #FCB18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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