Html Css Color HEX #FDFDAB Shalimar

📋 copy color: '#FDFDAB'

red 253 ◦ green 253 ◦ blue 171

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

Shades of Shalimar #FDFDAB

Tints of Shalimar #FDFDAB

RGB

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

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

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

R = 37.37%
G = 37.37%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDFDAB (or 0xFDFDAB) is known color: Shalimar. HEX triplet: FD, FD and AB. RGB value is (253,253,171). Sum of RGB (Red+Green+Blue) = 253+253+171=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 171 (67.19% from 255 or 25.26% from 677); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDAB is #020254. Grayscale: #F3F3F3. Windows color (decimal): -131669 or 11271677. OLE color: 11271677.

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

Color convert

RGB 253 253 171 -
CMYK 0 0 0.32 0.01
HSL 60º 0.95% 0.83% -
HSV(B) 60º 0.32% 0.99% -
XYZ 82.98 94.07 52.31 -
YUV 243.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 253 253 171 0 0 0.32 0.01 60 0.95 0.83
Hex FD FD AB 0 0 20 1 3C 5F 53
Octal 375 375 253 0 0 40 1 74 137 123
Binary 11111101 11111101 10101011 0 0 100000 1 111100 1011111 1010011

Color Harmonies of #FDFDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDAB

Black with #FDFDAB

Text Example


Text Example

White with #FDFDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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