Html Css Color HEX #FD9A99 Mona Lisa

📋 copy color: '#FD9A99'

red 253 ◦ green 154 ◦ blue 153

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

Shades of Mona Lisa #FD9A99

Tints of Mona Lisa #FD9A99

RGB

 RED value IS 253 (99.22% from 255) = 45.18%

 GREEN value IS 154 (60.55% from 255) = 27.5%

 BLUE value IS 153 (60.16% from 255) = 27.32%

R = 45.18%
G = 27.5%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD9A99 (or 0xFD9A99) is known color: Mona Lisa. HEX triplet: FD, 9A and 99. RGB value is (253,154,153). Sum of RGB (Red+Green+Blue) = 253+154+153=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9A99 is #026566. Grayscale: #B7B7B7. Windows color (decimal): -157031 or 10066685. OLE color: 10066685.

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

Color convert

RGB 253 154 153 -
CMYK 0 0.39 0.40 0.01
HSL 0.6º 0.96% 0.8% -
HSV(B) 0.6º 0.4% 0.99% -
XYZ 57.81 46.29 36.03 -
YUV 183.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 253 154 153 0 0.39 0.40 0.01 0.6 0.96 0.8
Hex FD 9A 99 0 27 28 1 1 60 50
Octal 375 232 231 0 47 50 1 1 140 120
Binary 11111101 10011010 10011001 0 100111 101000 1 1 1100000 1010000

Color Harmonies of #FD9A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9A99

Black with #FD9A99

Text Example


Text Example

White with #FD9A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9A99; }

 p { color: rgb(253,154,153); }

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

background-color css

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

 a { background-color: rgb(253,154,153); }

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

border-color css

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

 span { border-color: rgb(253,154,153); }

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