Html Css Color HEX #FCB28C Mandys Pink

📋 copy color: '#FCB28C'

red 252 ◦ green 178 ◦ blue 140

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

Shades of Mandys Pink #FCB28C

Tints of Mandys Pink #FCB28C

RGB

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

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

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

R = 44.21%
G = 31.23%
B = 24.56%

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

#FCB28C (or 0xFCB28C) is known color: Mandys Pink. HEX triplet: FC, B2 and 8C. RGB value is (252,178,140). Sum of RGB (Red+Green+Blue) = 252+178+140=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB28C is #034D73. Grayscale: #C4C4C4. Windows color (decimal): -216436 or 9220860. OLE color: 9220860.

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

Color convert

RGB 252 178 140 -
CMYK 0 0.29 0.44 0.01
HSL 20.36º 0.95% 0.77% -
HSV(B) 20.36º 0.44% 0.99% -
XYZ 60.8 54.43 32.11 -
YUV 195.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 252 178 140 0 0.29 0.44 0.01 20.36 0.95 0.77
Hex FC B2 8C 0 1D 2C 1 14 5F 4D
Octal 374 262 214 0 35 54 1 24 137 115
Binary 11111100 10110010 10001100 0 11101 101100 1 10100 1011111 1001101

Color Harmonies of #FCB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB28C

Black with #FCB28C

Text Example


Text Example

White with #FCB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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