Html Css Color HEX #F9FDA8 Shalimar

📋 copy color: '#F9FDA8'

red 249 ◦ green 253 ◦ blue 168

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

Shades of Shalimar #F9FDA8

Tints of Shalimar #F9FDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.07%

R = 37.16%
G = 37.76%
B = 25.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#F9FDA8 (or 0xF9FDA8) is known color: Shalimar. HEX triplet: F9, FD and A8. RGB value is (249,253,168). Sum of RGB (Red+Green+Blue) = 249+253+168=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 168 (66.02% from 255 or 25.07% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FDA8 is #060257. Grayscale: #F2F2F2. Windows color (decimal): -393816 or 11075065. OLE color: 11075065.

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

Color convert

RGB 249 253 168 -
CMYK 0.02 0 0.34 0.01
HSL 62.82º 0.96% 0.83% -
HSV(B) 62.82º 0.34% 0.99% -
XYZ 81.26 93.22 50.76 -
YUV 242.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 249 253 168 0.02 0 0.34 0.01 62.82 0.96 0.83
Hex F9 FD A8 2 0 22 1 3F 60 53
Octal 371 375 250 2 0 42 1 77 140 123
Binary 11111001 11111101 10101000 10 0 100010 1 111111 1100000 1010011

Color Harmonies of #F9FDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FDA8

Black with #F9FDA8

Text Example


Text Example

White with #F9FDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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