Html Css Color HEX #FCFFB2 Shalimar

📋 copy color: '#FCFFB2'

red 252 ◦ green 255 ◦ blue 178

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

Shades of Shalimar #FCFFB2

Tints of Shalimar #FCFFB2

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 252 255 178 -
CMYK 0.01 0 0.30 0
HSL 62.34º 1% 0.85% -
HSV(B) 62.34º 0.3% 1% -
XYZ 83.94 95.43 56.12 -
YUV 245.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 252 255 178 0.01 0 0.30 0 62.34 1 0.85
Hex FC FF B2 1 0 1E 0 3E 64 55
Octal 374 377 262 1 0 36 0 76 144 125
Binary 11111100 11111111 10110010 1 0 11110 0 111110 1100100 1010101

Color Harmonies of #FCFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFB2

Black with #FCFFB2

Text Example


Text Example

White with #FCFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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