Html Css Color HEX #FEFDA5 Shalimar

📋 copy color: '#FEFDA5'

red 254 ◦ green 253 ◦ blue 165

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

Shades of Shalimar #FEFDA5

Tints of Shalimar #FEFDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 24.55%

R = 37.8%
G = 37.65%
B = 24.55%

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

#FEFDA5 (or 0xFEFDA5) is known color: Shalimar. HEX triplet: FE, FD and A5. RGB value is (254,253,165). Sum of RGB (Red+Green+Blue) = 254+253+165=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 165 (64.84% from 255 or 24.55% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA5 is #01025A. Grayscale: #F3F3F3. Windows color (decimal): -66139 or 10878462. OLE color: 10878462.

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

Color convert

RGB 254 253 165 -
CMYK 0 0.00 0.35 0.00
HSL 59.33º 0.98% 0.82% -
HSV(B) 59.33º 0.35% 1% -
XYZ 82.79 94.04 49.38 -
YUV 243.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 254 253 165 0 0.00 0.35 0.00 59.33 0.98 0.82
Hex FE FD A5 0 0 23 0 3B 62 52
Octal 376 375 245 0 0 43 0 73 142 122
Binary 11111110 11111101 10100101 0 0 100011 0 111011 1100010 1010010

Color Harmonies of #FEFDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDA5

Black with #FEFDA5

Text Example


Text Example

White with #FEFDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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