Html Css Color HEX #FDF6AB Shalimar

📋 copy color: '#FDF6AB'

red 253 ◦ green 246 ◦ blue 171

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

Shades of Shalimar #FDF6AB

Tints of Shalimar #FDF6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.52%

R = 37.76%
G = 36.72%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDF6AB (or 0xFDF6AB) is known color: Shalimar. HEX triplet: FD, F6 and AB. RGB value is (253,246,171). Sum of RGB (Red+Green+Blue) = 253+246+171=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 171 (67.19% from 255 or 25.52% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF6AB is #020954. Grayscale: #EFEFEF. Windows color (decimal): -133461 or 11269885. OLE color: 11269885.

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

Color convert

RGB 253 246 171 -
CMYK 0 0.03 0.32 0.01
HSL 54.88º 0.95% 0.83% -
HSV(B) 54.88º 0.32% 0.99% -
XYZ 80.81 89.73 51.59 -
YUV 239.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 253 246 171 0 0.03 0.32 0.01 54.88 0.95 0.83
Hex FD F6 AB 0 3 20 1 37 5F 53
Octal 375 366 253 0 3 40 1 67 137 123
Binary 11111101 11110110 10101011 0 11 100000 1 110111 1011111 1010011

Color Harmonies of #FDF6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6AB

Black with #FDF6AB

Text Example


Text Example

White with #FDF6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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