Html Css Color HEX #FC988B Mona Lisa

📋 copy color: '#FC988B'

red 252 ◦ green 152 ◦ blue 139

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

Shades of Mona Lisa #FC988B

Tints of Mona Lisa #FC988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.99%

 BLUE value IS 139 (54.69% from 255) = 25.6%

R = 46.41%
G = 27.99%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC988B (or 0xFC988B) is known color: Mona Lisa. HEX triplet: FC, 98 and 8B. RGB value is (252,152,139). Sum of RGB (Red+Green+Blue) = 252+152+139=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC988B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC988B is #036774. Grayscale: #B4B4B4. Windows color (decimal): -223093 or 9148668. OLE color: 9148668.

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

Color convert

RGB 252 152 139 -
CMYK 0 0.40 0.45 0.01
HSL 6.9º 0.95% 0.77% -
HSV(B) 6.9º 0.45% 0.99% -
XYZ 56.03 45.02 30.16 -
YUV 180.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 252 152 139 0 0.40 0.45 0.01 6.9 0.95 0.77
Hex FC 98 8B 0 28 2D 1 7 5F 4D
Octal 374 230 213 0 50 55 1 7 137 115
Binary 11111100 10011000 10001011 0 101000 101101 1 111 1011111 1001101

Color Harmonies of #FC988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC988B

Black with #FC988B

Text Example


Text Example

White with #FC988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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