Html Css Color HEX #FEFFAC Shalimar

📋 copy color: '#FEFFAC'

red 254 ◦ green 255 ◦ blue 172

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

Shades of Shalimar #FEFFAC

Tints of Shalimar #FEFFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 25.26%

R = 37.3%
G = 37.44%
B = 25.26%

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

#FEFFAC (or 0xFEFFAC) is known color: Shalimar. HEX triplet: FE, FF and AC. RGB value is (254,255,172). Sum of RGB (Red+Green+Blue) = 254+255+172=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 172 (67.58% from 255 or 25.26% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFAC is #010053. Grayscale: #F5F5F5. Windows color (decimal): -65620 or 11337726. OLE color: 11337726.

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

Color convert

RGB 254 255 172 -
CMYK 0.00 0 0.33 0
HSL 60.72º 1% 0.84% -
HSV(B) 60.72º 0.33% 1% -
XYZ 84.08 95.57 53.05 -
YUV 245.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 254 255 172 0.00 0 0.33 0 60.72 1 0.84
Hex FE FF AC 0 0 21 0 3D 64 54
Octal 376 377 254 0 0 41 0 75 144 124
Binary 11111110 11111111 10101100 0 0 100001 0 111101 1100100 1010100

Color Harmonies of #FEFFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFAC

Black with #FEFFAC

Text Example


Text Example

White with #FEFFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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