Html Css Color HEX #FDFEB4 Shalimar

📋 copy color: '#FDFEB4'

red 253 ◦ green 254 ◦ blue 180

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

Shades of Shalimar #FDFEB4

Tints of Shalimar #FDFEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.2%

R = 36.83%
G = 36.97%
B = 26.2%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FDFEB4 (or 0xFDFEB4) is known color: Shalimar. HEX triplet: FD, FE and B4. RGB value is (253,254,180). Sum of RGB (Red+Green+Blue) = 253+254+180=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 180 (70.70% from 255 or 26.20% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEB4 is #02014B. Grayscale: #F5F5F5. Windows color (decimal): -131404 or 11861757. OLE color: 11861757.

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

Color convert

RGB 253 254 180 -
CMYK 0.00 0 0.29 0.00
HSL 60.81º 0.97% 0.85% -
HSV(B) 60.81º 0.29% 1% -
XYZ 84.19 95.06 57.09 -
YUV 245.27 91.17 133.52 -
System Red Green Blue C M Y K H S L
Decimal 253 254 180 0.00 0 0.29 0.00 60.81 0.97 0.85
Hex FD FE B4 0 0 1D 0 3D 61 55
Octal 375 376 264 0 0 35 0 75 141 125
Binary 11111101 11111110 10110100 0 0 11101 0 111101 1100001 1010101

Color Harmonies of #FDFEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEB4

Black with #FDFEB4

Text Example


Text Example

White with #FDFEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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