Html Css Color HEX #FCB992 Mandys Pink

📋 copy color: '#FCB992'

red 252 ◦ green 185 ◦ blue 146

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

Shades of Mandys Pink #FCB992

Tints of Mandys Pink #FCB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.73%

 BLUE value IS 146 (57.42% from 255) = 25.04%

R = 43.22%
G = 31.73%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCB992 (or 0xFCB992) is known color: Mandys Pink. HEX triplet: FC, B9 and 92. RGB value is (252,185,146). Sum of RGB (Red+Green+Blue) = 252+185+146=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB992 is #03466D. Grayscale: #C8C8C8. Windows color (decimal): -214638 or 9615868. OLE color: 9615868.

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

Color convert

RGB 252 185 146 -
CMYK 0 0.27 0.42 0.01
HSL 22.08º 0.95% 0.78% -
HSV(B) 22.08º 0.42% 0.99% -
XYZ 62.68 57.47 34.98 -
YUV 200.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 252 185 146 0 0.27 0.42 0.01 22.08 0.95 0.78
Hex FC B9 92 0 1B 2A 1 16 5F 4E
Octal 374 271 222 0 33 52 1 26 137 116
Binary 11111100 10111001 10010010 0 11011 101010 1 10110 1011111 1001110

Color Harmonies of #FCB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB992

Black with #FCB992

Text Example


Text Example

White with #FCB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB992; }

 p { color: rgb(252,185,146); }

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

background-color css

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

 a { background-color: rgb(252,185,146); }

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

border-color css

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

 span { border-color: rgb(252,185,146); }

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