Html Css Color HEX #FCBC98 Mandys Pink

📋 copy color: '#FCBC98'

red 252 ◦ green 188 ◦ blue 152

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

Shades of Mandys Pink #FCBC98

Tints of Mandys Pink #FCBC98

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.76%

 BLUE value IS 152 (59.77% from 255) = 25.68%

R = 42.57%
G = 31.76%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCBC98 (or 0xFCBC98) is known color: Mandys Pink. HEX triplet: FC, BC and 98. RGB value is (252,188,152). Sum of RGB (Red+Green+Blue) = 252+188+152=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC98 is #034367. Grayscale: #CBCBCB. Windows color (decimal): -213864 or 10009852. OLE color: 10009852.

HSL color Cylindrical-coordinate representation of color #FCBC98: hue angle of 21.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCBC98 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 152 -
CMYK 0 0.25 0.40 0.01
HSL 21.6º 0.94% 0.79% -
HSV(B) 21.6º 0.4% 0.99% -
XYZ 63.8 58.93 37.72 -
YUV 203.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 252 188 152 0 0.25 0.40 0.01 21.6 0.94 0.79
Hex FC BC 98 0 19 28 1 16 5E 4F
Octal 374 274 230 0 31 50 1 26 136 117
Binary 11111100 10111100 10011000 0 11001 101000 1 10110 1011110 1001111

Color Harmonies of #FCBC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC98

Black with #FCBC98

Text Example


Text Example

White with #FCBC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC98; }

 p { color: rgb(252,188,152); }

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

background-color css

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

 a { background-color: rgb(252,188,152); }

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

border-color css

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

 span { border-color: rgb(252,188,152); }

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