Html Css Color HEX #FCBA94 Mandys Pink

📋 copy color: '#FCBA94'

red 252 ◦ green 186 ◦ blue 148

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

Shades of Mandys Pink #FCBA94

Tints of Mandys Pink #FCBA94

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.74%

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

R = 43%
G = 31.74%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCBA94 (or 0xFCBA94) is known color: Mandys Pink. HEX triplet: FC, BA and 94. RGB value is (252,186,148). Sum of RGB (Red+Green+Blue) = 252+186+148=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA94 is #03456B. Grayscale: #C9C9C9. Windows color (decimal): -214380 or 9747196. OLE color: 9747196.

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

Color convert

RGB 252 186 148 -
CMYK 0 0.26 0.41 0.01
HSL 21.92º 0.95% 0.78% -
HSV(B) 21.92º 0.41% 0.99% -
XYZ 63.05 57.95 35.88 -
YUV 201.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 252 186 148 0 0.26 0.41 0.01 21.92 0.95 0.78
Hex FC BA 94 0 1A 29 1 16 5F 4E
Octal 374 272 224 0 32 51 1 26 137 116
Binary 11111100 10111010 10010100 0 11010 101001 1 10110 1011111 1001110

Color Harmonies of #FCBA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA94

Black with #FCBA94

Text Example


Text Example

White with #FCBA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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