Html Css Color HEX #FEFDA7 Shalimar

📋 copy color: '#FEFDA7'

red 254 ◦ green 253 ◦ blue 167

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

Shades of Shalimar #FEFDA7

Tints of Shalimar #FEFDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 24.78%

R = 37.69%
G = 37.54%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEFDA7 (or 0xFEFDA7) is known color: Shalimar. HEX triplet: FE, FD and A7. RGB value is (254,253,167). Sum of RGB (Red+Green+Blue) = 254+253+167=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 167 (65.62% from 255 or 24.78% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA7 is #010258. Grayscale: #F3F3F3. Windows color (decimal): -66137 or 11009534. OLE color: 11009534.

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

Color convert

RGB 254 253 167 -
CMYK 0 0.00 0.34 0.00
HSL 59.31º 0.98% 0.83% -
HSV(B) 59.31º 0.34% 1% -
XYZ 82.97 94.11 50.35 -
YUV 243.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 254 253 167 0 0.00 0.34 0.00 59.31 0.98 0.83
Hex FE FD A7 0 0 22 0 3B 62 53
Octal 376 375 247 0 0 42 0 73 142 123
Binary 11111110 11111101 10100111 0 0 100010 0 111011 1100010 1010011

Color Harmonies of #FEFDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDA7

Black with #FEFDA7

Text Example


Text Example

White with #FEFDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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