Html Css Color HEX #FCFEB5 Shalimar

📋 copy color: '#FCFEB5'

red 252 ◦ green 254 ◦ blue 181

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

Shades of Shalimar #FCFEB5

Tints of Shalimar #FCFEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.35%

R = 36.68%
G = 36.97%
B = 26.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FCFEB5 (or 0xFCFEB5) is known color: Shalimar. HEX triplet: FC, FE and B5. RGB value is (252,254,181). Sum of RGB (Red+Green+Blue) = 252+254+181=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 181 (71.09% from 255 or 26.35% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEB5 is #03014A. Grayscale: #F5F5F5. Windows color (decimal): -196939 or 11927292. OLE color: 11927292.

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

Color convert

RGB 252 254 181 -
CMYK 0.01 0 0.29 0.00
HSL 61.64º 0.97% 0.85% -
HSV(B) 61.64º 0.29% 1% -
XYZ 83.93 94.92 57.61 -
YUV 245.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 252 254 181 0.01 0 0.29 0.00 61.64 0.97 0.85
Hex FC FE B5 1 0 1D 0 3E 61 55
Octal 374 376 265 1 0 35 0 76 141 125
Binary 11111100 11111110 10110101 1 0 11101 0 111110 1100001 1010101

Color Harmonies of #FCFEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEB5

Black with #FCFEB5

Text Example


Text Example

White with #FCFEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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