Html Css Color HEX #FDFBAA Shalimar

📋 copy color: '#FDFBAA'

red 253 ◦ green 251 ◦ blue 170

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

Shades of Shalimar #FDFBAA

Tints of Shalimar #FDFBAA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.24%

 BLUE value IS 170 (66.8% from 255) = 25.22%

R = 37.54%
G = 37.24%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDFBAA (or 0xFDFBAA) is known color: Shalimar. HEX triplet: FD, FB and AA. RGB value is (253,251,170). Sum of RGB (Red+Green+Blue) = 253+251+170=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 170 (66.80% from 255 or 25.22% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBAA is #020455. Grayscale: #F2F2F2. Windows color (decimal): -132182 or 11205629. OLE color: 11205629.

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

Color convert

RGB 253 251 170 -
CMYK 0 0.01 0.33 0.01
HSL 58.55º 0.95% 0.83% -
HSV(B) 58.55º 0.33% 0.99% -
XYZ 82.26 92.78 51.6 -
YUV 242.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 253 251 170 0 0.01 0.33 0.01 58.55 0.95 0.83
Hex FD FB AA 0 1 21 1 3B 5F 53
Octal 375 373 252 0 1 41 1 73 137 123
Binary 11111101 11111011 10101010 0 1 100001 1 111011 1011111 1010011

Color Harmonies of #FDFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBAA

Black with #FDFBAA

Text Example


Text Example

White with #FDFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBAA; }

 p { color: rgb(253,251,170); }

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

background-color css

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

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

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

border-color css

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

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

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