Html Css Color HEX #FEFEAF Shalimar

📋 copy color: '#FEFEAF'

red 254 ◦ green 254 ◦ blue 175

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

Shades of Shalimar #FEFEAF

Tints of Shalimar #FEFEAF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.19%

 BLUE value IS 175 (68.75% from 255) = 25.62%

R = 37.19%
G = 37.19%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEFEAF (or 0xFEFEAF) is known color: Shalimar. HEX triplet: FE, FE and AF. RGB value is (254,254,175). Sum of RGB (Red+Green+Blue) = 254+254+175=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 175 (68.75% from 255 or 25.62% from 683); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEAF is #010150. Grayscale: #F5F5F5. Windows color (decimal): -65873 or 11534078. OLE color: 11534078.

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

Color convert

RGB 254 254 175 -
CMYK 0 0 0.31 0.00
HSL 60º 0.98% 0.84% -
HSV(B) 60º 0.31% 1% -
XYZ 84.05 95.05 54.47 -
YUV 244.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 254 254 175 0 0 0.31 0.00 60 0.98 0.84
Hex FE FE AF 0 0 1F 0 3C 62 54
Octal 376 376 257 0 0 37 0 74 142 124
Binary 11111110 11111110 10101111 0 0 11111 0 111100 1100010 1010100

Color Harmonies of #FEFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEAF

Black with #FEFEAF

Text Example


Text Example

White with #FEFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEAF; }

 p { color: rgb(254,254,175); }

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

background-color css

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

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

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

border-color css

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

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

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