Html Css Color HEX #FEFDB2 Shalimar

📋 copy color: '#FEFDB2'

red 254 ◦ green 253 ◦ blue 178

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

Shades of Shalimar #FEFDB2

Tints of Shalimar #FEFDB2

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 254 253 178 -
CMYK 0 0.00 0.30 0.00
HSL 59.21º 0.97% 0.85% -
HSV(B) 59.21º 0.3% 1% -
XYZ 84.03 94.54 55.94 -
YUV 244.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 254 253 178 0 0.00 0.30 0.00 59.21 0.97 0.85
Hex FE FD B2 0 0 1E 0 3B 61 55
Octal 376 375 262 0 0 36 0 73 141 125
Binary 11111110 11111101 10110010 0 0 11110 0 111011 1100001 1010101

Color Harmonies of #FEFDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDB2

Black with #FEFDB2

Text Example


Text Example

White with #FEFDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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