Html Css Color HEX #FCB294 Mandys Pink

📋 copy color: '#FCB294'

red 252 ◦ green 178 ◦ blue 148

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

Shades of Mandys Pink #FCB294

Tints of Mandys Pink #FCB294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.61%

R = 43.6%
G = 30.8%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCB294 (or 0xFCB294) is known color: Mandys Pink. HEX triplet: FC, B2 and 94. RGB value is (252,178,148). Sum of RGB (Red+Green+Blue) = 252+178+148=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB294 is #034D6B. Grayscale: #C4C4C4. Windows color (decimal): -216428 or 9745148. OLE color: 9745148.

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

Color convert

RGB 252 178 148 -
CMYK 0 0.29 0.41 0.01
HSL 17.31º 0.95% 0.78% -
HSV(B) 17.31º 0.41% 0.99% -
XYZ 61.41 54.67 35.33 -
YUV 196.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 252 178 148 0 0.29 0.41 0.01 17.31 0.95 0.78
Hex FC B2 94 0 1D 29 1 11 5F 4E
Octal 374 262 224 0 35 51 1 21 137 116
Binary 11111100 10110010 10010100 0 11101 101001 1 10001 1011111 1001110

Color Harmonies of #FCB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB294

Black with #FCB294

Text Example


Text Example

White with #FCB294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB294; }

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

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

background-color css

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

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

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

border-color css

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

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

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