Html Css Color HEX #FEFFAB Shalimar

📋 copy color: '#FEFFAB'

red 254 ◦ green 255 ◦ blue 171

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

Shades of Shalimar #FEFFAB

Tints of Shalimar #FEFFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 37.5%

 BLUE value IS 171 (67.19% from 255) = 25.15%

R = 37.35%
G = 37.5%
B = 25.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FEFFAB (or 0xFEFFAB) is known color: Shalimar. HEX triplet: FE, FF and AB. RGB value is (254,255,171). Sum of RGB (Red+Green+Blue) = 254+255+171=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 171 (67.19% from 255 or 25.15% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFAB is #010054. Grayscale: #F5F5F5. Windows color (decimal): -65621 or 11272190. OLE color: 11272190.

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

Color convert

RGB 254 255 171 -
CMYK 0.00 0 0.33 0
HSL 60.71º 1% 0.84% -
HSV(B) 60.71º 0.33% 1% -
XYZ 83.98 95.53 52.54 -
YUV 245.13 86.17 134.33 -
System Red Green Blue C M Y K H S L
Decimal 254 255 171 0.00 0 0.33 0 60.71 1 0.84
Hex FE FF AB 0 0 21 0 3D 64 54
Octal 376 377 253 0 0 41 0 75 144 124
Binary 11111110 11111111 10101011 0 0 100001 0 111101 1100100 1010100

Color Harmonies of #FEFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFAB

Black with #FEFFAB

Text Example


Text Example

White with #FEFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFAB; }

 p { color: rgb(254,255,171); }

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

background-color css

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

 a { background-color: rgb(254,255,171); }

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

border-color css

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

 span { border-color: rgb(254,255,171); }

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