Html Css Color HEX #FCBA8E Mandys Pink

📋 copy color: '#FCBA8E'

red 252 ◦ green 186 ◦ blue 142

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

Shades of Mandys Pink #FCBA8E

Tints of Mandys Pink #FCBA8E

RGB

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

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

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

R = 43.45%
G = 32.07%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCBA8E (or 0xFCBA8E) is known color: Mandys Pink. HEX triplet: FC, BA and 8E. RGB value is (252,186,142). Sum of RGB (Red+Green+Blue) = 252+186+142=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA8E is #034571. Grayscale: #C8C8C8. Windows color (decimal): -214386 or 9353980. OLE color: 9353980.

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

Color convert

RGB 252 186 142 -
CMYK 0 0.26 0.44 0.01
HSL 24º 0.95% 0.77% -
HSV(B) 24º 0.44% 0.99% -
XYZ 62.59 57.77 33.44 -
YUV 200.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 252 186 142 0 0.26 0.44 0.01 24 0.95 0.77
Hex FC BA 8E 0 1A 2C 1 18 5F 4D
Octal 374 272 216 0 32 54 1 30 137 115
Binary 11111100 10111010 10001110 0 11010 101100 1 11000 1011111 1001101

Color Harmonies of #FCBA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA8E

Black with #FCBA8E

Text Example


Text Example

White with #FCBA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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