Html Css Color HEX #FEFBA6 Shalimar

📋 copy color: '#FEFBA6'

red 254 ◦ green 251 ◦ blue 166

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

Shades of Shalimar #FEFBA6

Tints of Shalimar #FEFBA6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.41%

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

R = 37.85%
G = 37.41%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEFBA6 (or 0xFEFBA6) is known color: Shalimar. HEX triplet: FE, FB and A6. RGB value is (254,251,166). Sum of RGB (Red+Green+Blue) = 254+251+166=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 166 (65.23% from 255 or 24.74% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBA6 is #010459. Grayscale: #F2F2F2. Windows color (decimal): -66650 or 10943486. OLE color: 10943486.

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

Color convert

RGB 254 251 166 -
CMYK 0 0.01 0.35 0.00
HSL 57.95º 0.98% 0.82% -
HSV(B) 57.95º 0.35% 1% -
XYZ 82.25 92.82 49.66 -
YUV 242.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 254 251 166 0 0.01 0.35 0.00 57.95 0.98 0.82
Hex FE FB A6 0 1 23 0 3A 62 52
Octal 376 373 246 0 1 43 0 72 142 122
Binary 11111110 11111011 10100110 0 1 100011 0 111010 1100010 1010010

Color Harmonies of #FEFBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBA6

Black with #FEFBA6

Text Example


Text Example

White with #FEFBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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