Html Css Color HEX #FFFCB0 Shalimar

📋 copy color: '#FFFCB0'

red 255 ◦ green 252 ◦ blue 176

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

Shades of Shalimar #FFFCB0

Tints of Shalimar #FFFCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 25.77%

R = 37.34%
G = 36.9%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFFCB0 (or 0xFFFCB0) is known color: Shalimar. HEX triplet: FF, FC and B0. RGB value is (255,252,176). Sum of RGB (Red+Green+Blue) = 255+252+176=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 176 (69.14% from 255 or 25.77% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFCB0 is #00034F. Grayscale: #F4F4F4. Windows color (decimal): -848 or 11599103. OLE color: 11599103.

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

Color convert

RGB 255 252 176 -
CMYK 0 0.01 0.31 0
HSL 57.72º 1% 0.85% -
HSV(B) 57.72º 0.31% 1% -
XYZ 83.89 94.02 54.8 -
YUV 244.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 255 252 176 0 0.01 0.31 0 57.72 1 0.85
Hex FF FC B0 0 1 1F 0 3A 64 55
Octal 377 374 260 0 1 37 0 72 144 125
Binary 11111111 11111100 10110000 0 1 11111 0 111010 1100100 1010101

Color Harmonies of #FFFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFCB0

Black with #FFFCB0

Text Example


Text Example

White with #FFFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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