Html Css Color HEX #FDFEAB Shalimar

📋 copy color: '#FDFEAB'

red 253 ◦ green 254 ◦ blue 171

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

Shades of Shalimar #FDFEAB

Tints of Shalimar #FDFEAB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.46%

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

R = 37.32%
G = 37.46%
B = 25.22%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FDFEAB (or 0xFDFEAB) is known color: Shalimar. HEX triplet: FD, FE and AB. RGB value is (253,254,171). Sum of RGB (Red+Green+Blue) = 253+254+171=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 171 (67.19% from 255 or 25.22% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEAB is #020154. Grayscale: #F4F4F4. Windows color (decimal): -131413 or 11271933. OLE color: 11271933.

HSL color Cylindrical-coordinate representation of color #FDFEAB: hue angle of 60.72º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDFEAB is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 254 171 -
CMYK 0.00 0 0.33 0.00
HSL 60.72º 0.98% 0.83% -
HSV(B) 60.72º 0.33% 1% -
XYZ 83.3 94.71 52.42 -
YUV 244.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 253 254 171 0.00 0 0.33 0.00 60.72 0.98 0.83
Hex FD FE AB 0 0 21 0 3D 62 53
Octal 375 376 253 0 0 41 0 75 142 123
Binary 11111101 11111110 10101011 0 0 100001 0 111101 1100010 1010011

Color Harmonies of #FDFEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEAB

Black with #FDFEAB

Text Example


Text Example

White with #FDFEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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