Html Css Color HEX #F9FDA9 Shalimar

📋 copy color: '#F9FDA9'

red 249 ◦ green 253 ◦ blue 169

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

Shades of Shalimar #F9FDA9

Tints of Shalimar #F9FDA9

RGB

 RED value IS 249 (97.66% from 255) = 37.11%

 GREEN value IS 253 (99.22% from 255) = 37.7%

 BLUE value IS 169 (66.41% from 255) = 25.19%

R = 37.11%
G = 37.7%
B = 25.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#F9FDA9 (or 0xF9FDA9) is known color: Shalimar. HEX triplet: F9, FD and A9. RGB value is (249,253,169). Sum of RGB (Red+Green+Blue) = 249+253+169=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 169 (66.41% from 255 or 25.19% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FDA9 is #060256. Grayscale: #F2F2F2. Windows color (decimal): -393815 or 11140601. OLE color: 11140601.

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

Color convert

RGB 249 253 169 -
CMYK 0.02 0 0.33 0.01
HSL 62.86º 0.95% 0.83% -
HSV(B) 62.86º 0.33% 0.99% -
XYZ 81.35 93.25 51.25 -
YUV 242.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 249 253 169 0.02 0 0.33 0.01 62.86 0.95 0.83
Hex F9 FD A9 2 0 21 1 3F 5F 53
Octal 371 375 251 2 0 41 1 77 137 123
Binary 11111001 11111101 10101001 10 0 100001 1 111111 1011111 1010011

Color Harmonies of #F9FDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FDA9

Black with #F9FDA9

Text Example


Text Example

White with #F9FDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FDA9; }

 p { color: rgb(249,253,169); }

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

background-color css

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

 a { background-color: rgb(249,253,169); }

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

border-color css

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

 span { border-color: rgb(249,253,169); }

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