Html Css Color HEX #FEFBAB Shalimar

📋 copy color: '#FEFBAB'

red 254 ◦ green 251 ◦ blue 171

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

Shades of Shalimar #FEFBAB

Tints of Shalimar #FEFBAB

RGB

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

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

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

R = 37.57%
G = 37.13%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEFBAB (or 0xFEFBAB) is known color: Shalimar. HEX triplet: FE, FB and AB. RGB value is (254,251,171). Sum of RGB (Red+Green+Blue) = 254+251+171=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 171 (67.19% from 255 or 25.30% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBAB is #010454. Grayscale: #F3F3F3. Windows color (decimal): -66645 or 11271166. OLE color: 11271166.

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

Color convert

RGB 254 251 171 -
CMYK 0 0.01 0.33 0.00
HSL 57.83º 0.98% 0.83% -
HSV(B) 57.83º 0.33% 1% -
XYZ 82.72 93.01 52.12 -
YUV 242.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 254 251 171 0 0.01 0.33 0.00 57.83 0.98 0.83
Hex FE FB AB 0 1 21 0 3A 62 53
Octal 376 373 253 0 1 41 0 72 142 123
Binary 11111110 11111011 10101011 0 1 100001 0 111010 1100010 1010011

Color Harmonies of #FEFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBAB

Black with #FEFBAB

Text Example


Text Example

White with #FEFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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