Html Css Color HEX #FDF5AF Shalimar

📋 copy color: '#FDF5AF'

red 253 ◦ green 245 ◦ blue 175

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

Shades of Shalimar #FDF5AF

Tints of Shalimar #FDF5AF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.4%

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

R = 37.59%
G = 36.4%
B = 26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDF5AF (or 0xFDF5AF) is known color: Shalimar. HEX triplet: FD, F5 and AF. RGB value is (253,245,175). Sum of RGB (Red+Green+Blue) = 253+245+175=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 175 (68.75% from 255 or 26.00% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5AF is #020A50. Grayscale: #EFEFEF. Windows color (decimal): -133713 or 11531773. OLE color: 11531773.

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

Color convert

RGB 253 245 175 -
CMYK 0 0.03 0.31 0.01
HSL 53.85º 0.95% 0.84% -
HSV(B) 53.85º 0.31% 0.99% -
XYZ 80.9 89.28 53.53 -
YUV 239.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 253 245 175 0 0.03 0.31 0.01 53.85 0.95 0.84
Hex FD F5 AF 0 3 1F 1 36 5F 54
Octal 375 365 257 0 3 37 1 66 137 124
Binary 11111101 11110101 10101111 0 11 11111 1 110110 1011111 1010100

Color Harmonies of #FDF5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5AF

Black with #FDF5AF

Text Example


Text Example

White with #FDF5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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