Html Css Color HEX #FDFEB2 Shalimar

📋 copy color: '#FDFEB2'

red 253 ◦ green 254 ◦ blue 178

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

Shades of Shalimar #FDFEB2

Tints of Shalimar #FDFEB2

RGB

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

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

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

R = 36.93%
G = 37.08%
B = 25.99%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FDFEB2 (or 0xFDFEB2) is known color: Shalimar. HEX triplet: FD, FE and B2. RGB value is (253,254,178). Sum of RGB (Red+Green+Blue) = 253+254+178=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 178 (69.92% from 255 or 25.99% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEB2 is #02014D. Grayscale: #F5F5F5. Windows color (decimal): -131406 or 11730685. OLE color: 11730685.

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

Color convert

RGB 253 254 178 -
CMYK 0.00 0 0.30 0.00
HSL 60.79º 0.97% 0.85% -
HSV(B) 60.79º 0.3% 1% -
XYZ 83.99 94.98 56.03 -
YUV 245.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 253 254 178 0.00 0 0.30 0.00 60.79 0.97 0.85
Hex FD FE B2 0 0 1E 0 3D 61 55
Octal 375 376 262 0 0 36 0 75 141 125
Binary 11111101 11111110 10110010 0 0 11110 0 111101 1100001 1010101

Color Harmonies of #FDFEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEB2

Black with #FDFEB2

Text Example


Text Example

White with #FDFEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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