Html Css Color HEX #FDF6AF Shalimar

📋 copy color: '#FDF6AF'

red 253 ◦ green 246 ◦ blue 175

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

Shades of Shalimar #FDF6AF

Tints of Shalimar #FDF6AF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.5%

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

R = 37.54%
G = 36.5%
B = 25.96%

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

#FDF6AF (or 0xFDF6AF) is known color: Shalimar. HEX triplet: FD, F6 and AF. RGB value is (253,246,175). Sum of RGB (Red+Green+Blue) = 253+246+175=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 175 (68.75% from 255 or 25.96% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF6AF is #020950. Grayscale: #F0F0F0. Windows color (decimal): -133457 or 11532029. OLE color: 11532029.

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

Color convert

RGB 253 246 175 -
CMYK 0 0.03 0.31 0.01
HSL 54.62º 0.95% 0.84% -
HSV(B) 54.62º 0.31% 0.99% -
XYZ 81.2 89.89 53.63 -
YUV 240 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 253 246 175 0 0.03 0.31 0.01 54.62 0.95 0.84
Hex FD F6 AF 0 3 1F 1 37 5F 54
Octal 375 366 257 0 3 37 1 67 137 124
Binary 11111101 11110110 10101111 0 11 11111 1 110111 1011111 1010100

Color Harmonies of #FDF6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6AF

Black with #FDF6AF

Text Example


Text Example

White with #FDF6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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