Html Css Color HEX #FDFFB0 Shalimar

📋 copy color: '#FDFFB0'

red 253 ◦ green 255 ◦ blue 176

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

Shades of Shalimar #FDFFB0

Tints of Shalimar #FDFFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 25.73%

R = 36.99%
G = 37.28%
B = 25.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FDFFB0 (or 0xFDFFB0) is known color: Shalimar. HEX triplet: FD, FF and B0. RGB value is (253,255,176). Sum of RGB (Red+Green+Blue) = 253+255+176=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 176 (69.14% from 255 or 25.73% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFB0 is #02004F. Grayscale: #F5F5F5. Windows color (decimal): -131152 or 11599869. OLE color: 11599869.

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

Color convert

RGB 253 255 176 -
CMYK 0.01 0 0.31 0
HSL 61.52º 1% 0.85% -
HSV(B) 61.52º 0.31% 1% -
XYZ 84.1 95.54 55.08 -
YUV 245.4 88.84 133.42 -
System Red Green Blue C M Y K H S L
Decimal 253 255 176 0.01 0 0.31 0 61.52 1 0.85
Hex FD FF B0 1 0 1F 0 3E 64 55
Octal 375 377 260 1 0 37 0 76 144 125
Binary 11111101 11111111 10110000 1 0 11111 0 111110 1100100 1010101

Color Harmonies of #FDFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFB0

Black with #FDFFB0

Text Example


Text Example

White with #FDFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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