Html Css Color HEX #FEFAAB Shalimar

📋 copy color: '#FEFAAB'

red 254 ◦ green 250 ◦ blue 171

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

Shades of Shalimar #FEFAAB

Tints of Shalimar #FEFAAB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.04%

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

R = 37.63%
G = 37.04%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEFAAB (or 0xFEFAAB) is known color: Shalimar. HEX triplet: FE, FA and AB. RGB value is (254,250,171). Sum of RGB (Red+Green+Blue) = 254+250+171=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 171 (67.19% from 255 or 25.33% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAAB is #010554. Grayscale: #F2F2F2. Windows color (decimal): -66901 or 11270910. OLE color: 11270910.

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

Color convert

RGB 254 250 171 -
CMYK 0 0.02 0.33 0.00
HSL 57.11º 0.98% 0.83% -
HSV(B) 57.11º 0.33% 1% -
XYZ 82.41 92.38 52.02 -
YUV 242.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 254 250 171 0 0.02 0.33 0.00 57.11 0.98 0.83
Hex FE FA AB 0 2 21 0 39 62 53
Octal 376 372 253 0 2 41 0 71 142 123
Binary 11111110 11111010 10101011 0 10 100001 0 111001 1100010 1010011

Color Harmonies of #FEFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAAB

Black with #FEFAAB

Text Example


Text Example

White with #FEFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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