Html Css Color HEX #FFFCB6 Shalimar

📋 copy color: '#FFFCB6'

red 255 ◦ green 252 ◦ blue 182

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

Shades of Shalimar #FFFCB6

Tints of Shalimar #FFFCB6

RGB

 RED value IS 255 (100% from 255) = 37.01%

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

 BLUE value IS 182 (71.48% from 255) = 26.42%

R = 37.01%
G = 36.57%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFFCB6 (or 0xFFFCB6) is known color: Shalimar. HEX triplet: FF, FC and B6. RGB value is (255,252,182). Sum of RGB (Red+Green+Blue) = 255+252+182=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 182 (71.48% from 255 or 26.42% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCB6 is #000349. Grayscale: #F5F5F5. Windows color (decimal): -842 or 11992319. OLE color: 11992319.

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

Color convert

RGB 255 252 182 -
CMYK 0 0.01 0.29 0
HSL 57.53º 1% 0.86% -
HSV(B) 57.53º 0.29% 1% -
XYZ 84.49 94.26 58 -
YUV 244.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 255 252 182 0 0.01 0.29 0 57.53 1 0.86
Hex FF FC B6 0 1 1D 0 3A 64 56
Octal 377 374 266 0 1 35 0 72 144 126
Binary 11111111 11111100 10110110 0 1 11101 0 111010 1100100 1010110

Color Harmonies of #FFFCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFCB6

Black with #FFFCB6

Text Example


Text Example

White with #FFFCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFCB6; }

 p { color: rgb(255,252,182); }

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

background-color css

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

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

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

border-color css

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

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

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