Html Css Color HEX #FCFFB3 Shalimar

📋 copy color: '#FCFFB3'

red 252 ◦ green 255 ◦ blue 179

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

Shades of Shalimar #FCFFB3

Tints of Shalimar #FCFFB3

RGB

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

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

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

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

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

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

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

Color convert

RGB 252 255 179 -
CMYK 0.01 0 0.30 0
HSL 62.37º 1% 0.85% -
HSV(B) 62.37º 0.3% 1% -
XYZ 84.04 95.47 56.65 -
YUV 245.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 252 255 179 0.01 0 0.30 0 62.37 1 0.85
Hex FC FF B3 1 0 1E 0 3E 64 55
Octal 374 377 263 1 0 36 0 76 144 125
Binary 11111100 11111111 10110011 1 0 11110 0 111110 1100100 1010101

Color Harmonies of #FCFFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFB3

Black with #FCFFB3

Text Example


Text Example

White with #FCFFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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