Html Css Color HEX #FCB18A Mandys Pink

📋 copy color: '#FCB18A'

red 252 ◦ green 177 ◦ blue 138

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

Shades of Mandys Pink #FCB18A

Tints of Mandys Pink #FCB18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.34%

R = 44.44%
G = 31.22%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCB18A (or 0xFCB18A) is known color: Mandys Pink. HEX triplet: FC, B1 and 8A. RGB value is (252,177,138). Sum of RGB (Red+Green+Blue) = 252+177+138=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB18A is #034E75. Grayscale: #C3C3C3. Windows color (decimal): -216694 or 9089532. OLE color: 9089532.

HSL color Cylindrical-coordinate representation of color #FCB18A: hue angle of 20.53º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCB18A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 138 -
CMYK 0 0.30 0.45 0.01
HSL 20.53º 0.95% 0.76% -
HSV(B) 20.53º 0.45% 0.99% -
XYZ 60.45 53.97 31.28 -
YUV 194.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 252 177 138 0 0.30 0.45 0.01 20.53 0.95 0.76
Hex FC B1 8A 0 1E 2D 1 15 5F 4C
Octal 374 261 212 0 36 55 1 25 137 114
Binary 11111100 10110001 10001010 0 11110 101101 1 10101 1011111 1001100

Color Harmonies of #FCB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB18A

Black with #FCB18A

Text Example


Text Example

White with #FCB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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