Html Css Color HEX #FCFEB1 Shalimar

📋 copy color: '#FCFEB1'

red 252 ◦ green 254 ◦ blue 177

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

Shades of Shalimar #FCFEB1

Tints of Shalimar #FCFEB1

RGB

 RED value IS 252 (98.83% from 255) = 36.9%

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

 BLUE value IS 177 (69.53% from 255) = 25.92%

R = 36.9%
G = 37.19%
B = 25.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FCFEB1 (or 0xFCFEB1) is known color: Shalimar. HEX triplet: FC, FE and B1. RGB value is (252,254,177). Sum of RGB (Red+Green+Blue) = 252+254+177=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 177 (69.53% from 255 or 25.92% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEB1 is #03014E. Grayscale: #F4F4F4. Windows color (decimal): -196943 or 11665148. OLE color: 11665148.

HSL color Cylindrical-coordinate representation of color #FCFEB1: hue angle of 61.56º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCFEB1 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 252 254 177 -
CMYK 0.01 0 0.30 0.00
HSL 61.56º 0.97% 0.85% -
HSV(B) 61.56º 0.3% 1% -
XYZ 83.52 94.75 55.48 -
YUV 244.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 252 254 177 0.01 0 0.30 0.00 61.56 0.97 0.85
Hex FC FE B1 1 0 1E 0 3E 61 55
Octal 374 376 261 1 0 36 0 76 141 125
Binary 11111100 11111110 10110001 1 0 11110 0 111110 1100001 1010101

Color Harmonies of #FCFEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEB1

Black with #FCFEB1

Text Example


Text Example

White with #FCFEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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