Html Css Color HEX #FCB28E Mandys Pink

📋 copy color: '#FCB28E'

red 252 ◦ green 178 ◦ blue 142

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

Shades of Mandys Pink #FCB28E

Tints of Mandys Pink #FCB28E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.12%

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

R = 44.06%
G = 31.12%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCB28E (or 0xFCB28E) is known color: Mandys Pink. HEX triplet: FC, B2 and 8E. RGB value is (252,178,142). Sum of RGB (Red+Green+Blue) = 252+178+142=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB28E is #034D71. Grayscale: #C4C4C4. Windows color (decimal): -216434 or 9351932. OLE color: 9351932.

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

Color convert

RGB 252 178 142 -
CMYK 0 0.29 0.44 0.01
HSL 19.64º 0.95% 0.77% -
HSV(B) 19.64º 0.44% 0.99% -
XYZ 60.95 54.49 32.9 -
YUV 196.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 252 178 142 0 0.29 0.44 0.01 19.64 0.95 0.77
Hex FC B2 8E 0 1D 2C 1 14 5F 4D
Octal 374 262 216 0 35 54 1 24 137 115
Binary 11111100 10110010 10001110 0 11101 101100 1 10100 1011111 1001101

Color Harmonies of #FCB28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB28E

Black with #FCB28E

Text Example


Text Example

White with #FCB28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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