Html Css Color HEX #FFFCB3 Shalimar

📋 copy color: '#FFFCB3'

red 255 ◦ green 252 ◦ blue 179

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

Shades of Shalimar #FFFCB3

Tints of Shalimar #FFFCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 26.09%

R = 37.17%
G = 36.73%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFFCB3 (or 0xFFFCB3) is known color: Shalimar. HEX triplet: FF, FC and B3. RGB value is (255,252,179). Sum of RGB (Red+Green+Blue) = 255+252+179=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 179 (70.31% from 255 or 26.09% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCB3 is #00034C. Grayscale: #F4F4F4. Windows color (decimal): -845 or 11795711. OLE color: 11795711.

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

Color convert

RGB 255 252 179 -
CMYK 0 0.01 0.30 0
HSL 57.63º 1% 0.85% -
HSV(B) 57.63º 0.3% 1% -
XYZ 84.19 94.14 56.38 -
YUV 244.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 255 252 179 0 0.01 0.30 0 57.63 1 0.85
Hex FF FC B3 0 1 1E 0 3A 64 55
Octal 377 374 263 0 1 36 0 72 144 125
Binary 11111111 11111100 10110011 0 1 11110 0 111010 1100100 1010101

Color Harmonies of #FFFCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFCB3

Black with #FFFCB3

Text Example


Text Example

White with #FFFCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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