Html Css Color HEX #FFFCB2 Shalimar

📋 copy color: '#FFFCB2'

red 255 ◦ green 252 ◦ blue 178

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

Shades of Shalimar #FFFCB2

Tints of Shalimar #FFFCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 25.99%

R = 37.23%
G = 36.79%
B = 25.99%

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

#FFFCB2 (or 0xFFFCB2) is known color: Shalimar. HEX triplet: FF, FC and B2. RGB value is (255,252,178). Sum of RGB (Red+Green+Blue) = 255+252+178=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 178 (69.92% from 255 or 25.99% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFCB2 is #00034D. Grayscale: #F4F4F4. Windows color (decimal): -846 or 11730175. OLE color: 11730175.

HSL color Cylindrical-coordinate representation of color #FFFCB2: hue angle of 57.66º 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 #FFFCB2 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 252 178 -
CMYK 0 0.01 0.30 0
HSL 57.66º 1% 0.85% -
HSV(B) 57.66º 0.3% 1% -
XYZ 84.09 94.1 55.85 -
YUV 244.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 255 252 178 0 0.01 0.30 0 57.66 1 0.85
Hex FF FC B2 0 1 1E 0 3A 64 55
Octal 377 374 262 0 1 36 0 72 144 125
Binary 11111111 11111100 10110010 0 1 11110 0 111010 1100100 1010101

Color Harmonies of #FFFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFCB2

Black with #FFFCB2

Text Example


Text Example

White with #FFFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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