Html Css Color HEX #F9FDA4 Shalimar

📋 copy color: '#F9FDA4'

red 249 ◦ green 253 ◦ blue 164

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

Shades of Shalimar #F9FDA4

Tints of Shalimar #F9FDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 24.62%

R = 37.39%
G = 37.99%
B = 24.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#F9FDA4 (or 0xF9FDA4) is known color: Shalimar. HEX triplet: F9, FD and A4. RGB value is (249,253,164). Sum of RGB (Red+Green+Blue) = 249+253+164=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 164 (64.45% from 255 or 24.62% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FDA4 is #06025B. Grayscale: #F2F2F2. Windows color (decimal): -393820 or 10812921. OLE color: 10812921.

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

Color convert

RGB 249 253 164 -
CMYK 0.02 0 0.35 0.01
HSL 62.7º 0.96% 0.82% -
HSV(B) 62.7º 0.35% 0.99% -
XYZ 80.89 93.07 48.82 -
YUV 241.66 84.17 133.24 -
System Red Green Blue C M Y K H S L
Decimal 249 253 164 0.02 0 0.35 0.01 62.7 0.96 0.82
Hex F9 FD A4 2 0 23 1 3F 60 52
Octal 371 375 244 2 0 43 1 77 140 122
Binary 11111001 11111101 10100100 10 0 100011 1 111111 1100000 1010010

Color Harmonies of #F9FDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FDA4

Black with #F9FDA4

Text Example


Text Example

White with #F9FDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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