Html Css Color HEX #FFFDB2 Shalimar

📋 copy color: '#FFFDB2'

red 255 ◦ green 253 ◦ blue 178

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

Shades of Shalimar #FFFDB2

Tints of Shalimar #FFFDB2

RGB

 RED value IS 255 (100% from 255) = 37.17%

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

 BLUE value IS 178 (69.92% from 255) = 25.95%

R = 37.17%
G = 36.88%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFFDB2 (or 0xFFFDB2) is known color: Shalimar. HEX triplet: FF, FD and B2. RGB value is (255,253,178). Sum of RGB (Red+Green+Blue) = 255+253+178=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 178 (69.92% from 255 or 25.95% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDB2 is #00024D. Grayscale: #F5F5F5. Windows color (decimal): -590 or 11730431. OLE color: 11730431.

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

Color convert

RGB 255 253 178 -
CMYK 0 0.01 0.30 0
HSL 58.44º 1% 0.85% -
HSV(B) 58.44º 0.3% 1% -
XYZ 84.4 94.72 55.95 -
YUV 245.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 255 253 178 0 0.01 0.30 0 58.44 1 0.85
Hex FF FD B2 0 1 1E 0 3A 64 55
Octal 377 375 262 0 1 36 0 72 144 125
Binary 11111111 11111101 10110010 0 1 11110 0 111010 1100100 1010101

Color Harmonies of #FFFDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDB2

Black with #FFFDB2

Text Example


Text Example

White with #FFFDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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