Html Css Color HEX #FEFBAF Shalimar

📋 copy color: '#FEFBAF'

red 254 ◦ green 251 ◦ blue 175

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

Shades of Shalimar #FEFBAF

Tints of Shalimar #FEFBAF

RGB

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

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

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

R = 37.35%
G = 36.91%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEFBAF (or 0xFEFBAF) is known color: Shalimar. HEX triplet: FE, FB and AF. RGB value is (254,251,175). Sum of RGB (Red+Green+Blue) = 254+251+175=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 175 (68.75% from 255 or 25.74% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBAF is #010450. Grayscale: #F3F3F3. Windows color (decimal): -66641 or 11533310. OLE color: 11533310.

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

Color convert

RGB 254 251 175 -
CMYK 0 0.01 0.31 0.00
HSL 57.72º 0.98% 0.84% -
HSV(B) 57.72º 0.31% 1% -
XYZ 83.11 93.16 54.16 -
YUV 243.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 254 251 175 0 0.01 0.31 0.00 57.72 0.98 0.84
Hex FE FB AF 0 1 1F 0 3A 62 54
Octal 376 373 257 0 1 37 0 72 142 124
Binary 11111110 11111011 10101111 0 1 11111 0 111010 1100010 1010100

Color Harmonies of #FEFBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBAF

Black with #FEFBAF

Text Example


Text Example

White with #FEFBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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