Html Css Color HEX #FCFCB5 Shalimar

📋 copy color: '#FCFCB5'

red 252 ◦ green 252 ◦ blue 181

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

Shades of Shalimar #FCFCB5

Tints of Shalimar #FCFCB5

RGB

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

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

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

R = 36.79%
G = 36.79%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCFCB5 (or 0xFCFCB5) is known color: Shalimar. HEX triplet: FC, FC and B5. RGB value is (252,252,181). Sum of RGB (Red+Green+Blue) = 252+252+181=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 181 (71.09% from 255 or 26.42% from 685); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCB5 is #03034A. Grayscale: #F4F4F4. Windows color (decimal): -197451 or 11926780. OLE color: 11926780.

HSL color Cylindrical-coordinate representation of color #FCFCB5: hue angle of 60º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCFCB5 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 181 -
CMYK 0 0 0.28 0.01
HSL 60º 0.92% 0.85% -
HSV(B) 60º 0.28% 0.99% -
XYZ 83.3 93.65 57.4 -
YUV 243.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 252 252 181 0 0 0.28 0.01 60 0.92 0.85
Hex FC FC B5 0 0 1C 1 3C 5C 55
Octal 374 374 265 0 0 34 1 74 134 125
Binary 11111100 11111100 10110101 0 0 11100 1 111100 1011100 1010101

Color Harmonies of #FCFCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCB5

Black with #FCFCB5

Text Example


Text Example

White with #FCFCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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