Html Css Color HEX #FDFFB3 Shalimar

📋 copy color: '#FDFFB3'

red 253 ◦ green 255 ◦ blue 179

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

Shades of Shalimar #FDFFB3

Tints of Shalimar #FDFFB3

RGB

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

 GREEN value IS 255 (100% from 255) = 37.12%

 BLUE value IS 179 (70.31% from 255) = 26.06%

R = 36.83%
G = 37.12%
B = 26.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FDFFB3 (or 0xFDFFB3) is known color: Shalimar. HEX triplet: FD, FF and B3. RGB value is (253,255,179). Sum of RGB (Red+Green+Blue) = 253+255+179=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 179 (70.31% from 255 or 26.06% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFB3 is #02004C. Grayscale: #F6F6F6. Windows color (decimal): -131149 or 11796477. OLE color: 11796477.

HSL color Cylindrical-coordinate representation of color #FDFFB3: hue angle of 61.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDFFB3 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 253 255 179 -
CMYK 0.01 0 0.30 0
HSL 61.58º 1% 0.85% -
HSV(B) 61.58º 0.3% 1% -
XYZ 84.4 95.66 56.66 -
YUV 245.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 253 255 179 0.01 0 0.30 0 61.58 1 0.85
Hex FD FF B3 1 0 1E 0 3E 64 55
Octal 375 377 263 1 0 36 0 76 144 125
Binary 11111101 11111111 10110011 1 0 11110 0 111110 1100100 1010101

Color Harmonies of #FDFFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFB3

Black with #FDFFB3

Text Example


Text Example

White with #FDFFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFB3; }

 p { color: rgb(253,255,179); }

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

background-color css

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

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

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

border-color css

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

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

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