Html Css Color HEX #FDF7AF Shalimar

📋 copy color: '#FDF7AF'

red 253 ◦ green 247 ◦ blue 175

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

Shades of Shalimar #FDF7AF

Tints of Shalimar #FDF7AF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.59%

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

R = 37.48%
G = 36.59%
B = 25.93%

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

#FDF7AF (or 0xFDF7AF) is known color: Shalimar. HEX triplet: FD, F7 and AF. RGB value is (253,247,175). Sum of RGB (Red+Green+Blue) = 253+247+175=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 175 (68.75% from 255 or 25.93% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF7AF is #020850. Grayscale: #F0F0F0. Windows color (decimal): -133201 or 11532285. OLE color: 11532285.

HSL color Cylindrical-coordinate representation of color #FDF7AF: hue angle of 55.38º 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 #FDF7AF is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 247 175 -
CMYK 0 0.02 0.31 0.01
HSL 55.38º 0.95% 0.84% -
HSV(B) 55.38º 0.31% 0.99% -
XYZ 81.51 90.5 53.73 -
YUV 240.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 253 247 175 0 0.02 0.31 0.01 55.38 0.95 0.84
Hex FD F7 AF 0 2 1F 1 37 5F 54
Octal 375 367 257 0 2 37 1 67 137 124
Binary 11111101 11110111 10101111 0 10 11111 1 110111 1011111 1010100

Color Harmonies of #FDF7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF7AF

Black with #FDF7AF

Text Example


Text Example

White with #FDF7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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