Html Css Color HEX #FCB98D Mandys Pink

📋 copy color: '#FCB98D'

red 252 ◦ green 185 ◦ blue 141

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

Shades of Mandys Pink #FCB98D

Tints of Mandys Pink #FCB98D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.01%

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

R = 43.6%
G = 32.01%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCB98D (or 0xFCB98D) is known color: Mandys Pink. HEX triplet: FC, B9 and 8D. RGB value is (252,185,141). Sum of RGB (Red+Green+Blue) = 252+185+141=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB98D is #034672. Grayscale: #C8C8C8. Windows color (decimal): -214643 or 9288188. OLE color: 9288188.

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

Color convert

RGB 252 185 141 -
CMYK 0 0.27 0.44 0.01
HSL 23.78º 0.95% 0.77% -
HSV(B) 23.78º 0.44% 0.99% -
XYZ 62.3 57.32 32.98 -
YUV 200.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 252 185 141 0 0.27 0.44 0.01 23.78 0.95 0.77
Hex FC B9 8D 0 1B 2C 1 18 5F 4D
Octal 374 271 215 0 33 54 1 30 137 115
Binary 11111100 10111001 10001101 0 11011 101100 1 11000 1011111 1001101

Color Harmonies of #FCB98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB98D

Black with #FCB98D

Text Example


Text Example

White with #FCB98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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