Html Css Color HEX #FCB194 Mandys Pink

📋 copy color: '#FCB194'

red 252 ◦ green 177 ◦ blue 148

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

Shades of Mandys Pink #FCB194

Tints of Mandys Pink #FCB194

RGB

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

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

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

R = 43.67%
G = 30.68%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCB194 (or 0xFCB194) is known color: Mandys Pink. HEX triplet: FC, B1 and 94. RGB value is (252,177,148). Sum of RGB (Red+Green+Blue) = 252+177+148=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB194 is #034E6B. Grayscale: #C4C4C4. Windows color (decimal): -216684 or 9744892. OLE color: 9744892.

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

Color convert

RGB 252 177 148 -
CMYK 0 0.30 0.41 0.01
HSL 16.73º 0.95% 0.78% -
HSV(B) 16.73º 0.41% 0.99% -
XYZ 61.21 54.28 35.27 -
YUV 196.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 252 177 148 0 0.30 0.41 0.01 16.73 0.95 0.78
Hex FC B1 94 0 1E 29 1 11 5F 4E
Octal 374 261 224 0 36 51 1 21 137 116
Binary 11111100 10110001 10010100 0 11110 101001 1 10001 1011111 1001110

Color Harmonies of #FCB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB194

Black with #FCB194

Text Example


Text Example

White with #FCB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB194; }

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

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

background-color css

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

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

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

border-color css

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

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

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