Html Css Color HEX #FDF9AF Shalimar

📋 copy color: '#FDF9AF'

red 253 ◦ green 249 ◦ blue 175

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

Shades of Shalimar #FDF9AF

Tints of Shalimar #FDF9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.78%

 BLUE value IS 175 (68.75% from 255) = 25.85%

R = 37.37%
G = 36.78%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDF9AF (or 0xFDF9AF) is known color: Shalimar. HEX triplet: FD, F9 and AF. RGB value is (253,249,175). Sum of RGB (Red+Green+Blue) = 253+249+175=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 175 (68.75% from 255 or 25.85% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF9AF is #020650. Grayscale: #F2F2F2. Windows color (decimal): -132689 or 11532797. OLE color: 11532797.

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

Color convert

RGB 253 249 175 -
CMYK 0 0.02 0.31 0.01
HSL 56.92º 0.95% 0.84% -
HSV(B) 56.92º 0.31% 0.99% -
XYZ 82.12 91.73 53.93 -
YUV 241.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 253 249 175 0 0.02 0.31 0.01 56.92 0.95 0.84
Hex FD F9 AF 0 2 1F 1 39 5F 54
Octal 375 371 257 0 2 37 1 71 137 124
Binary 11111101 11111001 10101111 0 10 11111 1 111001 1011111 1010100

Color Harmonies of #FDF9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9AF

Black with #FDF9AF

Text Example


Text Example

White with #FDF9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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