Html Css Color HEX #FEFCAB Shalimar

📋 copy color: '#FEFCAB'

red 254 ◦ green 252 ◦ blue 171

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

Shades of Shalimar #FEFCAB

Tints of Shalimar #FEFCAB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.22%

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

R = 37.52%
G = 37.22%
B = 25.26%

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

#FEFCAB (or 0xFEFCAB) is known color: Shalimar. HEX triplet: FE, FC and AB. RGB value is (254,252,171). Sum of RGB (Red+Green+Blue) = 254+252+171=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 171 (67.19% from 255 or 25.26% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCAB is #010354. Grayscale: #F3F3F3. Windows color (decimal): -66389 or 11271422. OLE color: 11271422.

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

Color convert

RGB 254 252 171 -
CMYK 0 0.01 0.33 0.00
HSL 58.55º 0.98% 0.83% -
HSV(B) 58.55º 0.33% 1% -
XYZ 83.03 93.63 52.22 -
YUV 243.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 254 252 171 0 0.01 0.33 0.00 58.55 0.98 0.83
Hex FE FC AB 0 1 21 0 3B 62 53
Octal 376 374 253 0 1 41 0 73 142 123
Binary 11111110 11111100 10101011 0 1 100001 0 111011 1100010 1010011

Color Harmonies of #FEFCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFCAB

Black with #FEFCAB

Text Example


Text Example

White with #FEFCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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