Html Css Color HEX #FEFDA6 Shalimar

📋 copy color: '#FEFDA6'

red 254 ◦ green 253 ◦ blue 166

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

Shades of Shalimar #FEFDA6

Tints of Shalimar #FEFDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 24.67%

R = 37.74%
G = 37.59%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEFDA6 (or 0xFEFDA6) is known color: Shalimar. HEX triplet: FE, FD and A6. RGB value is (254,253,166). Sum of RGB (Red+Green+Blue) = 254+253+166=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 166 (65.23% from 255 or 24.67% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA6 is #010259. Grayscale: #F3F3F3. Windows color (decimal): -66138 or 10943998. OLE color: 10943998.

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

Color convert

RGB 254 253 166 -
CMYK 0 0.00 0.35 0.00
HSL 59.32º 0.98% 0.82% -
HSV(B) 59.32º 0.35% 1% -
XYZ 82.88 94.07 49.87 -
YUV 243.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 254 253 166 0 0.00 0.35 0.00 59.32 0.98 0.82
Hex FE FD A6 0 0 23 0 3B 62 52
Octal 376 375 246 0 0 43 0 73 142 122
Binary 11111110 11111101 10100110 0 0 100011 0 111011 1100010 1010010

Color Harmonies of #FEFDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDA6

Black with #FEFDA6

Text Example


Text Example

White with #FEFDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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